Skip to content

Commit

Permalink
Merge pull request #103 from baynezy/hotfix/issue-102-bug
Browse files Browse the repository at this point in the history
Fix issue with getting the version
  • Loading branch information
baynezy authored Apr 26, 2024
2 parents 1027b74 + 8cf09c4 commit 5fa6f9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
minor-version: ${{ github.event.inputs.minor_version }}
patch-version: ${{ github.event.inputs.patch_version }}
build-version: ${{ github.run_number }}
}

- name: Update changelog
uses: thomaseizinger/[email protected]
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1.2] - 2024-04-26

## [2.0.0.1] - 2024-04-26

[Unreleased]: https://github.com/baynezy/NHSNumberValidator/compare/2.0.0.1...HEAD
[Unreleased]: https://github.com/baynezy/NHSNumberValidator/compare/2.0.1.2...HEAD

[2.0.1.2]: https://github.com/baynezy/NHSNumberValidator/compare/2.0.0.1...2.0.1.2

[2.0.0.1]: https://github.com/baynezy/NHSNumberValidator/compare/acc71f43e5a30b8670146e3d2246858debaa6bb7...2.0.0.1
2 changes: 1 addition & 1 deletion semver.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major":"2","minor":"0","patch":"0","build":"1 }"}
{"major":"2","minor":"0","patch":"1","build":"2"}

0 comments on commit 5fa6f9f

Please sign in to comment.