-
Notifications
You must be signed in to change notification settings - Fork 63
Maintainer's Guide
Cameron Smith edited this page May 26, 2020
·
21 revisions
- increase cmake version # in CMakeLists.txt the
develop
branch - create a github issue documenting significant release changes and updates
This issue is to document functionality and features added PUMI since the #.#.# release (SHA1):
<feature> (SHA1,issueNumber)
<otherfeature> (SHA1,issueNumber)
- push to github and include the issue # in the commit message
- merge develop to master
- create tag
git checkout master
git tag -a v#.#.# -m "PUMI version #.#.#"
git push origin v#.#.#