Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-yurchenko authored and github-actions[bot] committed Jan 17, 2024
1 parent c75f681 commit ec9c5b5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [6.0.0] - 2024-01-17

:warning: GitHub Actions initiate a deprecation process for [Node16](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/)

### Changed
Expand Down Expand Up @@ -388,7 +390,8 @@ This is a major release as most of the code was refactored and some behavior was
- Control Release Draft through env.var `DRAFT_RELEASE`
- Control Release Pre Release through env.var `PRE_RELEASE`

[Unreleased]: https://github.com/anton-yurchenko/git-release/compare/v5.0.2...HEAD
[Unreleased]: https://github.com/anton-yurchenko/git-release/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/anton-yurchenko/git-release/compare/v5.0.2...v6.0.0
[5.0.2]: https://github.com/anton-yurchenko/git-release/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/anton-yurchenko/git-release/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/anton-yurchenko/git-release/compare/v4.2.4...v5.0.0
Expand Down Expand Up @@ -423,4 +426,4 @@ This is a major release as most of the code was refactored and some behavior was
[0.2.1]: https://github.com/anton-yurchenko/git-release/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/anton-yurchenko/git-release/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/anton-yurchenko/git-release/compare/v0.0.1...v0.1.1
[0.1.0]: https://github.com/anton-yurchenko/git-release/releases/tag/v0.1.0
[0.1.0]: https://github.com/anton-yurchenko/git-release/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -o /opt/app

FROM scratch
LABEL org.opencontainers.image.source="https://github.com/anton-yurchenko/git-release"
LABEL org.opencontainers.image.version="5.0.2"
LABEL org.opencontainers.image.version="6.0.0"
LABEL org.opencontainers.image.authors="Anton Yurchenko <anton.doar@gmail.com>"
LABEL org.opencontainers.image.licenses="MIT"
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down
Binary file modified bin/git-release-linux-amd64
Binary file not shown.
Binary file modified bin/git-release-windows-amd64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// Version contains current application version
const Version string = "5.0.2"
const Version string = "6.0.0"

func init() {
log.SetReportCaller(false)
Expand Down
4 changes: 2 additions & 2 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-release",
"version": "5.0.2",
"version": "6.0.0",
"description": "A GitHub Action for creating a GitHub Release with Assets and Changelog whenever a new Tag is pushed to the repository.",
"main": "wrapper.js",
"directories": {
Expand Down

0 comments on commit ec9c5b5

Please sign in to comment.