Skip to content

Commit

Permalink
Merge pull request #109 from baynezy/release/2.0.2.2
Browse files Browse the repository at this point in the history
Release version 2.0.2.2
  • Loading branch information
baynezy authored Jul 18, 2024
2 parents 5fa6f9f + f3b9a7f commit 2ec94da
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
patch-version: ${{ steps.increment_version.outputs.patch_version }}
build-version: ${{ github.run_number }}
- name: Update changelog
uses: thomaseizinger/keep-a-changelog-new-release@1.3.0
uses: thomaseizinger/keep-a-changelog-new-release@3.0.0
with:
tag: ${{ needs.get-version.outputs.major }}.${{ needs.get-version.outputs.minor }}.${{ steps.increment_version.outputs.patch_version }}.${{ github.run_number }}
- name: Commit Changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build-version: ${{ github.run_number }}

- name: Update changelog
uses: thomaseizinger/keep-a-changelog-new-release@1.3.0
uses: thomaseizinger/keep-a-changelog-new-release@3.0.0
with:
tag: ${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}

Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2.2] - 2024-05-20

## [2.0.1.2] - 2024-04-26

## [2.0.0.1] - 2024-04-26

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

[unreleased]: https://github.com/baynezy/NHSNumberValidator/compare/2.0.2.2...HEAD
[2.0.2.2]: https://github.com/baynezy/NHSNumberValidator/compare/2.0.1.2...2.0.2.2
[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":"1","build":"2"}
{"major":"2","minor":"0","patch":"2","build":"2"}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Reqnroll.xUnit" Version="1.0.1" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 2ec94da

Please sign in to comment.