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

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

View File

@ -24,7 +24,7 @@ https://github.com/nasa/trick/releases
https://github.com/nasa/trick/commit/a317c222748e706e89b7f344f6910d1f39824feb
#### Steps
* In share/trick/trick_ver.txt change the "current_version" string to match the new version number and remove any postfixes
* In trick_source/java/pom.xml change the <version> tag to the new version and remove any postfixes
* In trick_source/java/pom.xml change the \<version\> tag to the new version and remove any postfixes
* In CMakeLists.txt change TRICK_MAJOR TRICK_MINOR TRICK_TINY to match the current version, and set TRICK_PRERELEASE to an empty string
### Create a commit, tag, and push to github.com
* `git commit -m "update version numbers for Trick Simulation Environment X.Y.Z"`