Skip to content

Commit ec9c5b5

Browse files
6.0.0
1 parent c75f681 commit ec9c5b5

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [6.0.0] - 2024-01-17
6+
57
: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/)
68

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

391-
[Unreleased]: https://github.com/anton-yurchenko/git-release/compare/v5.0.2...HEAD
393+
[Unreleased]: https://github.com/anton-yurchenko/git-release/compare/v6.0.0...HEAD
394+
[6.0.0]: https://github.com/anton-yurchenko/git-release/compare/v5.0.2...v6.0.0
392395
[5.0.2]: https://github.com/anton-yurchenko/git-release/compare/v5.0.1...v5.0.2
393396
[5.0.1]: https://github.com/anton-yurchenko/git-release/compare/v5.0.0...v5.0.1
394397
[5.0.0]: https://github.com/anton-yurchenko/git-release/compare/v4.2.4...v5.0.0
@@ -423,4 +426,4 @@ This is a major release as most of the code was refactored and some behavior was
423426
[0.2.1]: https://github.com/anton-yurchenko/git-release/compare/v0.2.0...v0.2.1
424427
[0.2.0]: https://github.com/anton-yurchenko/git-release/compare/v0.1.1...v0.2.0
425428
[0.1.1]: https://github.com/anton-yurchenko/git-release/compare/v0.0.1...v0.1.1
426-
[0.1.0]: https://github.com/anton-yurchenko/git-release/releases/tag/v0.1.0
429+
[0.1.0]: https://github.com/anton-yurchenko/git-release/releases/tag/v0.1.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -o /opt/app
77

88
FROM scratch
99
LABEL org.opencontainers.image.source="https://github.com/anton-yurchenko/git-release"
10-
LABEL org.opencontainers.image.version="5.0.2"
10+
LABEL org.opencontainers.image.version="6.0.0"
1111
LABEL org.opencontainers.image.authors="Anton Yurchenko <anton.doar@gmail.com>"
1212
LABEL org.opencontainers.image.licenses="MIT"
1313
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

bin/git-release-linux-amd64

0 Bytes
Binary file not shown.

bin/git-release-windows-amd64.exe

0 Bytes
Binary file not shown.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// Version contains current application version
16-
const Version string = "5.0.2"
16+
const Version string = "6.0.0"
1717

1818
func init() {
1919
log.SetReportCaller(false)

node_modules/.package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-release",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "A GitHub Action for creating a GitHub Release with Assets and Changelog whenever a new Tag is pushed to the repository.",
55
"main": "wrapper.js",
66
"directories": {

0 commit comments

Comments
 (0)