-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
from: release_process.md
Comments in the Develop Branch:
- The
develop
branch has the3.0.0-alpha.10-develop
. - The version is bumped according to releases, new features, and breaking changes.
Process:
- The
develop
branch is ready for a release. - Stage
develop
HEAD for merging into themain
branch. - Create Release Commit:
release: version 3.0.0-alpha.10
, that removes the-develop
suffix. - Create "Release Version
3.0.0-alpha.10
" pull request from fromstaging/main
intomain
branch. - Merge "Release Version
3.0.0-alpha.10
" pull request. - Push New Version from
main
HEAD toreleases/v3.0.0-alpha.10
branch. - Check that the deployment is successful!
- Create Release Tag
v3.0.0-alpha.10
. - Create Release on Github from Tag.
- Stage
main
HEAD for merging into thedevelop
branch. - Create Comment that bumps next development version.
- Create "Version
3.0.0-alpha.10
was Released" pull request from fromstaging/develop
intodevelop
branch. - Merge "Release Version
3.0.0-alpha.10
" pull request.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status