Release Patch Candidate
Pre-requisitesβ
- You have some pick requests that qualify for a patch release and people have agreed itβs good to release a patch.
1. Check out the latest version from release branch and run bump-oss-version
scriptβ
# update the stable branch with tags
git pull origin <release-branch> --tags
# cherry pick relevant commits
git cherry-pick <commit>
# once done picking, run the script to release
./scripts/bump-oss-version.js