Changes between Version 56 and Version 57 of StartModMaint
- Timestamp:
- Dec 30, 2013, 4:16:54 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModMaint
v56 v57 201 201 202 202 {{{ 203 git tag -a 1.2 204 git push 205 }}} 203 git tag -a mylib-1.2.0 204 git push --tags 205 }}} 206 207 See [wiki:StartModWorkflow#Releasetags Modular Boost Library Workflow] for release tag naming conventions. 206 208 207 209 === Heavyweight library release ===