Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
anton-yurchenko committed Sep 14, 2022
1 parent 95e4b91 commit 3613fbc
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.2.5] - 2022-09-14
## [5.0.0] - 2022-09-14

### Changed

@@ -352,6 +352,7 @@ 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'

[5.0.0]: https://github.com/anton-yurchenko/git-release/compare/v4.2.4...v5.0.0
[4.2.4]: https://github.com/anton-yurchenko/git-release/compare/v4.2.3...v4.2.4
[4.2.3]: https://github.com/anton-yurchenko/git-release/compare/v4.2.2...v4.2.3
[4.2.2]: https://github.com/anton-yurchenko/git-release/compare/v4.2.1...v4.2.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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="v4.2.4"
LABEL org.opencontainers.image.version="v5.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/
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ import (
)

// Version contains current application version
const Version string = "4.2.4"
const Version string = "5.0.0"

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

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-release",
"version": "4.2.4",
"version": "5.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": {
@@ -21,4 +21,4 @@
"@actions/core": "^1.9.1"
},
"devDependencies": {}
}
}

0 comments on commit 3613fbc

Please sign in to comment.