Skip to content

Commit

Permalink
Prepare release 1.0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Bot committed Feb 12, 2025
1 parent bfa950b commit 3b71b08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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.7.9] - 2025-02-12

## [1.0.6.8] - 2025-01-16

## [1.0.5.7] - 2024-11-13
Expand All @@ -31,7 +33,8 @@ 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.6.8...HEAD
[unreleased]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.7.9...HEAD
[1.0.7.9]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.6.8...1.0.7.9
[1.0.6.8]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.5.7...1.0.6.8
[1.0.5.7]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.4.6...1.0.5.7
[1.0.4.6]: https://github.com/Afterlife-Guide/SemVer.Action/compare/1.0.3.8...1.0.4.6
Expand Down
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.6.8'
image: 'docker://ghcr.io/afterlife-guide/semver.action:1.0.7.9'
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":"6","build":"8"}
{"major":"1","minor":"0","patch":"7","build":"9"}

0 comments on commit 3b71b08

Please sign in to comment.