Skip to content

Commit 3d9353b

Browse files
authored
Merge pull request #28 from bUnit-dev/release/v1.24
Release of new minor version v1.24
2 parents b7aaed6 + 4618477 commit 3d9353b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ jobs:
9191
head: release/v${{ env.NBGV_MajorMinorVersion }}
9292
base: stable
9393
title: Release of new ${{ github.event.inputs.versionIncrement }} version v${{ env.NBGV_MajorMinorVersion }}
94-
reviewers: ${{ github.actor }} # By default, we request a review from the person who triggered the workflow.
9594
body: |
96-
Hi @${{ github.actor }}
97-
9895
This PR was created in response to a manual trigger of the [prepare-release workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
9996
10097
Merging this PR will create a GitHub Release and push new packages to NuGet.

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Testing 3 . 2 . 1
11+
1012
## [1.22.12] - 2021-04-24
1113

1214
Testing one toooo three
1315

1416
[Unreleased]: https://github.com/bUnit-dev/workflows/compare/v1.22.12...HEAD
1517

16-
[1.22.12]: https://github.com/bUnit-dev/workflows/compare/0331029b45935c3068dbf5daf3ef84357504b366...1.22.12
18+
[1.22.12]: https://github.com/bUnit-dev/workflows/compare/0331029b45935c3068dbf5daf3ef84357504b366...v1.22.12

version.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.22",
3+
"version": "1.24",
44
"assemblyVersion": {
55
"precision": "revision"
66
},
@@ -18,5 +18,8 @@
1818
"release": {
1919
"branchName": "release/v{version}",
2020
"firstUnstableTag": "preview"
21-
}
21+
},
22+
"pathFilters": [
23+
"./src"
24+
]
2225
}

0 commit comments

Comments
 (0)