on the repo root folder run:
dotnet execute bump
this will output something like this:
V bumping version from 1.4.1 to 1.4.2-alpha.0 in projects
---
<a name="1.4.2-alpha.0"></a>
## [1.4.2-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.4.2-alpha.0) (2023-8-16)
---
V updated CHANGELOG.md
on github, go to Releases and follow these steps:
- Click on Draft a new Release
- Select the new pushed tag: 1.4.2-alpha.0 (example)
- Click on Generate release notes
- ❗IMPORTANT❗ Click on Set as a pre-release
- Click on Publish release
on the repo root folder run:
dotnet execute bump:live
this will output something like this:
V bumping version from 1.4.2-alpha.0 to 1.4.2 in projects
---
<a name="1.4.2"></a>
## [1.4.2](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.4.2) (2023-8-16)
---
V updated CHANGELOG.md
on github, go to Releases and follow these steps:
- Click on Draft a new Release
- Select the new pushed tag: v1.4.2 (example)
- Click on Generate release notes
- Click on Publish release