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

This commit is contained in:
Scott Fennell 2022-07-20 16:09:56 -05:00 committed by GitHub
parent a34c0fa5ca
commit e15723bde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ https://github.com/nasa/trick/releases
* New OS/distro support
* New dependency support (such as LLVM/GCC versions)
* Major Documentation changes
### Choose a version number and change the version numbers in the master branch
### Choose a version number
* Advance major version number if there are interface changes or other major build-breaking changes
* Advance minor version number if there are major improvements or new features that are not build breaking
* Advance patch/tiny version number for hotfixes or other bugfixes
@ -31,7 +31,7 @@ https://github.com/nasa/trick/commit/a317c222748e706e89b7f344f6910d1f39824feb
* `git tag -a <Version Number> -m "Trick Simulation Environment <Version Number>"` e.g. `git tag -a 25.0.0 -m "Trick Simulation Environment 25.0.0"`
* `git push origin <tagname>`
### 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).
* Reverse the process of changing the version numbers in the files listed above; update 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 push origin master`