Changes between Version 61 and Version 62 of StartModMaint


Ignore:
Timestamp:
Jun 2, 2014, 12:45:01 PM (8 years ago)
Author:
Beman Dawes
Comment:

Add push of merge results

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v61 v62  
    198198'''If there are any test failures, correct the problem, retest, and commit the fixes before proceeding with the release.'''
    199199
    200 if there are no test failures, tag {{{master}}}, push {{{master}}}, and declare victory.
    201 
    202 {{{
     200if there are no test failures, tag for release and declare victory:
     201
     202{{{
     203git push                            # push merge results
    203204git tag -a -m "tag for release" mylib-2014-06-02
    204 git push origin mylib-2014-06-02    # specific tag pushed to avoid pushing all local tags
     205git push origin mylib-2014-06-02    # push specific tag to avoid pushing all local tags
    205206}}}
    206207