mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
9456a696af
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
651 B
651 B
Release Process
Lens releases are built by CICD automatically on git tags. The typical release process flow is the following:
- Create a release branch
release/v{version}
frommaster
branch or from existing release branch (for example,release/v3.5
) on patch releases. - Update changelog in
static/RELEASE_NOTES.md
and bump version inpackage.json
. - Create PR and put change log in description field.
- After the PR is accepted, create a tag from release branch.
- Push tag to GitHub.
- Publish automatically created GitHub release.
- Merge the release PR after the release is published and delete the release branch from GitHub.