mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Include step for make cherry-pick PR in Release Guide (#7311)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0d480917cf
commit
f69dd6fc8f
@ -1,7 +1,7 @@
|
|||||||
# Release Guide
|
# Release Guide
|
||||||
|
|
||||||
Releases for this repository are made via running the `create-release-pr` script defined in the `package.json`.
|
Releases for this repository are made via running the `create-release-pr` script defined in the `package.json`.
|
||||||
All releases will be made by creating a PR which bumps the version field in the `package.json` and, if necessary, cherry pick the relavent commits from master.
|
All releases will be made by creating a PR which bumps the version field in the `package.json` and, if necessary, cherry pick the relevant commits from master.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@ -20,3 +20,4 @@ All releases will be made by creating a PR which bumps the version field in the
|
|||||||
1. If you released a major or minor version, create a new patch milestone and move all bug issues to that milestone and all enhancement issues to the next minor milestone.
|
1. If you released a major or minor version, create a new patch milestone and move all bug issues to that milestone and all enhancement issues to the next minor milestone.
|
||||||
1. If you released a patch version, create a new patch milestone for the next patch version and move all the issues and PRs (open or closed) that weren't included in the current release to that milestone.
|
1. If you released a patch version, create a new patch milestone for the next patch version and move all the issues and PRs (open or closed) that weren't included in the current release to that milestone.
|
||||||
1. Close the milestone related to the release that was just made (if not a prerelease release).
|
1. Close the milestone related to the release that was just made (if not a prerelease release).
|
||||||
|
1. If you released a patch version and it contains PRs that targeted `release/v<MAJOR>.<MINOR>` make a new PR targeting master and include all the relevant PRs as cherry-picks. This PR should have the `skip-changelog` label and have a milestone of the next minor.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user