generated from toitware/web-gatsby-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Helena Marie Meyer edited this page Apr 28, 2021
·
4 revisions
The release procedure for the web-docs project is described below.
- Open New Release and input
the full semver release version as
Tag version
, such as v1.0.0. - Choose the commit on master to create the tag from in the drop-down menu after
@
from theRecent Commits
tab. - The
Release title
should be the same asTag version
. - Press
Publish release
. - Rebuild the chosen commit in Jenkins and wait for the build to finish.
- Create a release branch named
release-v0.18
from the last tag in the patch release list e.g.v0.18.0
. - Checkout the release branch
git checkout release-v0.18
. - Cherry pick changes over
git cherry-pick <commit-hash>
. - Open New Release and input the generated version as
Tag version
e.g. v0.18.2. - Choose the release branch in the drop-down menu after
@
from theBranches
tab. - Press
Publish release
.