-
Notifications
You must be signed in to change notification settings - Fork 220
Release Guide
Yuki Takei edited this page Dec 2, 2021
·
31 revisions
- Make
release/current
unprotected from Branch protection rules - Find "Release vX.Y.Z" from Pull requests
- Merge
- Make
release/current
protected
- Checkout the branch to release (rc/*)
- Set the version to
package.json
- Commit and push
- Checkout the branch to development (dev/4.2.x)
- Checkout the branch to release (e.g.
release/4.2.y
) - Commit and push
- Run script
- major:
yarn bump-versions:premajor
- minor:
yarn bump-versions:preminor
- major:
- Update
packages/app/bin/github-actions/update-readme.sh
- Update
packages/app/docker/README.md
- Update
.github/workflows/release*.yml
CACHE_REF=weseek/growi-cache:X