This repository has been archived by the owner on Feb 14, 2025. It is now read-only.
Documentation of Release Workflow #21
Labels
documentation
Improvements or additions to documentation
Description
This issue is to document the release workflow in the developer documentation. At the core of the release workflow, the GitFlow release model has been adopted. Once the
develop
branch has acquired enough features for a release (or a predetermined release date is approaching), a release branch should be forked off ofdevelop
. This branch should only contain bug fixes, documentation generation, and other release-oriented tasks. Once it's ready to ship, the release branch gets merged intomain
and tagged with a version number. In addition, it should be merged back intodevelop
, which may have progressed since the release was initiated. This general workflow with all details and explanations will be documented.Checklist
Additional Information [source]
develop
branch.The text was updated successfully, but these errors were encountered: