Changes between Version 61 and Version 62 of StartModMaint
- Timestamp:
- Jun 2, 2014, 12:45:01 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModMaint
v61 v62 198 198 '''If there are any test failures, correct the problem, retest, and commit the fixes before proceeding with the release.''' 199 199 200 if there are no test failures, tag {{{master}}}, push {{{master}}}, and declare victory. 201 202 {{{ 200 if there are no test failures, tag for release and declare victory: 201 202 {{{ 203 git push # push merge results 203 204 git tag -a -m "tag for release" mylib-2014-06-02 204 git push origin mylib-2014-06-02 # specific tag pushedto avoid pushing all local tags205 git push origin mylib-2014-06-02 # push specific tag to avoid pushing all local tags 205 206 }}} 206 207