Changes between Version 9 and Version 10 of SuperProjectWorkflow
- Timestamp:
- Jan 18, 2014, 4:38:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SuperProjectWorkflow
v9 v10 28 28 === Release preparation === 29 29 30 The release preparation branch follows the Git Flow model. It is branched from "develop" and merged with "release" once complete. 30 The release preparation branch follows the Git Flow model. It is branched from "develop" and merged with "release" once complete. If a module isn't considered ready for release (such as a new library that hasn't been fully approved) it may be reverted to an earlier version. The appropriate files are updated for the release, such as 'index.html'. It might also be necessary to update `<boost/version.hpp>` in Boost.Config. 31 31 32 32 When a submodule does a release, the super-project's "develop" for the submodule is updated to the new version, and merged (without committing) to the release branch. Release management scripts then run local tests.