- Update version in CHANGELOG.md and add notes
- If possible link the pull request of the changes and mention the author of the pull request
- Update
src/Directory.Build.props - Create new commit
git add CHANGELOG.md src/Directory.Build.propsgit commit -m "changelog for v0.45.0"
- Make a new version tag (for example,
v0.45.0)git tag v0.45.0
- Push changes to the repo.
git push --atomic [remote] main v0.45.0- Replace
[remote]with your remote name, usuallyoriginorupstream
- Replace