Skip to content

Commit

Permalink
Prepare release 1.0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Bot committed Oct 14, 2024
1 parent ddc9fe3 commit b58604b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4.6] - 2024-10-14

### Fixed

- Removed all usage of `set-output` in GitHub Actions.
Expand All @@ -25,18 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0.1] - 2024-03-22

[Unreleased]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.3.8...HEAD

[unreleased]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.4.6...HEAD
[1.0.4.6]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.3.8...1.0.4.6
[1.0.3.8]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.2.7...1.0.3.8

[1.0.2.7]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.1.6...1.0.2.7

[1.0.1.6]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.0.5...1.0.1.6

[1.0.0.5]: https://github.com/Afterlife-Guide/SemVer.Action/compare/0.2.0.3...1.0.0.5

[0.2.0.3]: https://github.com/Afterlife-Guide/SemVer.Action/compare/0.1.1.2...0.2.0.3

[0.1.1.2]: https://github.com/Afterlife-Guide/SemVer.Action/compare/0.1.0.1...0.1.1.2

[0.1.0.1]: https://github.com/Afterlife-Guide/SemVer.Action/compare/4504613496b5d76d18531a4c41b3b88d241c41c2...0.1.0.1
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ outputs:
description: 'The full version number'
runs:
using: 'docker'
image: 'docker://ghcr.io/afterlife-guide/semver.action:1.0.3.8'
image: 'docker://ghcr.io/afterlife-guide/semver.action:1.0.4.6'
args:
- ${{ (inputs.major-version == '0' && inputs.minor-version == '0' && inputs.patch-version == '0' && inputs.build-version == '0') && 'read' || 'write' }}
- '-p'
Expand Down
2 changes: 1 addition & 1 deletion semver.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major":"1","minor":"0","patch":"3","build":"8"}
{"major":"1","minor":"0","patch":"4","build":"6"}

0 comments on commit b58604b

Please sign in to comment.