Changes between Version 19 and Version 20 of StartModWorkflow
- Timestamp:
- Jun 2, 2014, 11:02:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModWorkflow
v19 v20 50 50 A release tag is usually the library name, a hyphen, the release number, and then possibly "-beta#" or "-rc#" if applicable. Thus the second release candidate for Boost.Timer release 1.2.3 would be "timer-1.2.3-rc2". 51 51 52 Peter A. Bigot suggested library name prefixes for tags to avoid tag namespace pollution. Without the prefix, local tags could be overwritten. 52 Peter A. Bigot suggested library name prefixes for tags to avoid tag namespace pollution. Without the prefix, local tags could be overwritten. 53 54 Libraries choose their own release numbers. A simple library that does not require a complex release numbering convention might just use the date, such as "system-2014-06-02". 53 55 54 56 == Rationale for choice of Git Flow ==