1
0
mirror of https://github.com/lensapp/lens.git synced 2024-10-05 13:27:21 +03:00

chore: Add notes about picking PRs in release guide (#7492)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-04-03 14:19:20 -04:00 committed by GitHub
parent b22d7af291
commit 4856e3c5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,11 @@ All releases will be made by creating a PR which bumps the version field in the
1. If you are making a minor or major release (or prereleases of one) make sure you are on the `master` branch.
1. If you are making a patch release (or a prerelease for one) make sure you are on the `release/v<MAJOR>.<MINOR>` branch.
1. Run `npm run create-release-pr`.
- NOTES:
- The PRs that picked are based on which milestone they are marked as being a part of and if they have already been released
- The milestone is automatically computed from the version of the `@k8slens/core`.
If there is are any prerelease tags then the milestone will be for the next stable version (no prereleases).
Otherwise, it will be for the next patch version.
1. Pick the PRs that you want to include in this release using the keys listed.
- If you are making a patch release this might include fixing up some cherry-picking of commits. These actions should be done in a separate terminal.
- If a package version is having a major version bump then `npm` will complain about `peerDependency` conflicts. These will have to be fixed up separately.