Changes between Version 59 and Version 60 of StartModMaint


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

Change release tag to use date based release number to illustrate date based approach.

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v59 v60  
    201201
    202202{{{
    203 git tag -a mylib-1.2.0
    204 git push mylib-1.2.0    # specific tag pushed to avoid pushing all local tags
     203git tag -a -m "tag for release" mylib-2014-06-02
     204git push mylib-2014-06-02    # specific tag pushed to avoid pushing all local tags
    205205}}}
    206206