mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-28 14:59:32 -04:00
Fix/release process (#253)
* fix path to artifacts. * add release step to docs Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
95e2c91821
commit
c2359fa6c8
2 changed files with 5 additions and 3 deletions
6
.github/actions/build_cli/action.yml
vendored
6
.github/actions/build_cli/action.yml
vendored
|
@ -89,6 +89,6 @@ runs:
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
files: |
|
files: |
|
||||||
constellation
|
build/constellation
|
||||||
constellation.sig
|
build/constellation.sig
|
||||||
cosign.pub
|
build/cosign.pub
|
||||||
|
|
|
@ -13,5 +13,7 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers
|
||||||
3. Merge this branch
|
3. Merge this branch
|
||||||
4. Create a new tag in `constellation`
|
4. Create a new tag in `constellation`
|
||||||
* `git tag v.1.3.0`
|
* `git tag v.1.3.0`
|
||||||
|
* Run [Build CLI](https://github.com/edgelesssys/constellation/actions/workflows/build-cli.yml) action on the tag
|
||||||
|
* Check build output for link to draft release. Review & approve.
|
||||||
5. Create a new tag in `constellation-docs`
|
5. Create a new tag in `constellation-docs`
|
||||||
* `git tag v.1.3.0`
|
* `git tag v.1.3.0`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue