From 3613fbc60843bd3a57d68db462a598ae51dc9262 Mon Sep 17 00:00:00 2001 From: Anton Yurchenko Date: Wed, 14 Sep 2022 14:23:22 +0300 Subject: [PATCH] 5.0.0 --- CHANGELOG.md | 3 ++- Dockerfile | 2 +- main.go | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4bedd..5481a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index ad6592d..83e9b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " LABEL org.opencontainers.image.licenses="MIT" COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ diff --git a/main.go b/main.go index b32a241..5401b2f 100644 --- a/main.go +++ b/main.go @@ -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) diff --git a/package-lock.json b/package-lock.json index a2e85fc..b9bad93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-release", - "version": "4.2.4", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { @@ -76,4 +76,4 @@ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 26d0b5e..9f75dea 100644 --- a/package.json +++ b/package.json @@ -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": {} -} +} \ No newline at end of file