-
Notifications
You must be signed in to change notification settings - Fork 146
Release Commands
Nabeel S. edited this page Jul 16, 2024
·
4 revisions
https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/nbgv-cli.md#preparing-a-release
git checkout master
git checkout -b <version>
git checkout dev
git merge -s ours <version>
git checkout <version>
git merge dev
github_changelog_generator -u nabeelio -p phpvms --no-author --future-release "<version>"
git commit -am "Update CHANGELOG"
git push
Then create PR.