Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ jobs:
head: release/v${{ env.NBGV_MajorMinorVersion }}
base: stable
title: Release of new ${{ github.event.inputs.versionIncrement }} version v${{ env.NBGV_MajorMinorVersion }}
reviewers: ${{ github.actor }} # By default, we request a review from the person who triggered the workflow.
body: |
Hi @${{ github.actor }}

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 }}).

Merging this PR will create a GitHub Release and push new packages to NuGet.
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Testing 3 . 2 . 1

## [1.22.12] - 2021-04-24

Testing one toooo three

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

[1.22.12]: https://github.com/bUnit-dev/workflows/compare/0331029b45935c3068dbf5daf3ef84357504b366...1.22.12
[1.22.12]: https://github.com/bUnit-dev/workflows/compare/0331029b45935c3068dbf5daf3ef84357504b366...v1.22.12
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.22",
"version": "1.23",
"assemblyVersion": {
"precision": "revision"
},
Expand Down