mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cce2611e2a
Co-authored-by: Fabian Kammel <fabian@kammel.dev> Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
1.1 KiB
1.1 KiB
Release Checklist
This checklist will prepare v1.3.0
from v1.2.0
. Adjust your version numbers accordingly.
- Merge ready PRs
- Use Build micro-service manual and run the pipeline once for each micro-service with the following parameters:
- branch:
main
- Container image tag:
v1.3.0
- Version of the image to build:
1.3.0
- branch:
- Create a new branch to prepare the following things:
- Review and update changelog with all changes since last release. GitHub's diff view helps a lot!
- Update versions images.go to
v1.3.0
- Merge this branch
- Create a new tag in
constellation
git tag v1.3.0
- Run Build CLI action on the tag
- Check build output for link to draft release. Review & approve.
- Create a new tag in
constellation-docs
git tag v1.3.0