Update How-To-Make-A-Release.md

This commit is contained in:
Scott Fennell 2022-07-20 16:02:03 -05:00 committed by GitHub
parent 194a29e255
commit 0fdcb086c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ https://github.com/nasa/trick/commit/a317c222748e706e89b7f344f6910d1f39824feb
### Change version numbers back to prerelease and push
* reverse the process of changing the version numbers, updating to the next minor prerelease version (or major version if planning a major release soon).
* Remember to add the -beta postfix to the version number
* `git commit -m "update version numbers to prerelease X.Y.Z-beta"
* `git commit -m "update version numbers to prerelease X.Y.Z-beta"`
* `git push origin master`
### Create the release through the github UI
* This process is subject to change, so I'm posting the link to GitHub documentation here: