constellation/docs/release.md
Fabian Kammel c2359fa6c8 Fix/release process (#253)
* fix path to artifacts.
* add release step to docs
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
2022-07-05 16:55:14 +02:00

1.2 KiB

Release Checklist

This checklist will prepare v1.3.0 from v1.2.0. Adjust your version numbers accordingly.

  1. Merge ready PRs
  2. 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
  3. Create a new branch to prepare the following things:
    1. Review and update changelog with all changes since last release. GitHub's diff view helps a lot!
    2. Update versions images.go to v1.3. Omit patch version so containers pick up patch level updates automatically.
    3. Merge this branch
  4. Create a new tag in constellation
    • git tag v.1.3.0
    • Run Build CLI action on the tag
    • Check build output for link to draft release. Review & approve.
  5. Create a new tag in constellation-docs
    • git tag v.1.3.0