mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 06:44:50 -04:00
make post release more promiment (#3497)
This commit is contained in:
parent
52372ae808
commit
143f683852
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,8 @@ Releases should be performed using [the automated release pipeline](https://gith
|
||||||
6. look over the autogenerated draft release. When fixing the changelog, prioritize updating the PR title/labels/description and regenerating the changelog over fixing things in the final changelog. The changelog should be primarily aimed at users. Rule of thumb: first part of the sentence should describe what changed for the user, second part can describe what has been changed to achieve this.
|
6. look over the autogenerated draft release. When fixing the changelog, prioritize updating the PR title/labels/description and regenerating the changelog over fixing things in the final changelog. The changelog should be primarily aimed at users. Rule of thumb: first part of the sentence should describe what changed for the user, second part can describe what has been changed to achieve this.
|
||||||
7. in the GitHub release UI, make sure the tag to create on release is set to `$ver`, and the target commit is set to the temporary release branch.
|
7. in the GitHub release UI, make sure the tag to create on release is set to `$ver`, and the target commit is set to the temporary release branch.
|
||||||
8. publish.
|
8. publish.
|
||||||
|
9. follow [post release steps](#post-release-steps).
|
||||||
|
|
||||||
|
|
||||||
### Minor release
|
### Minor release
|
||||||
|
|
||||||
|
@ -78,6 +80,7 @@ Releases should be performed using [the automated release pipeline](https://gith
|
||||||
8. set the Target to `tmp/${ver}`
|
8. set the Target to `tmp/${ver}`
|
||||||
9. in the GitHub release UI, make sure the tag to create on release is set to `$ver`, and the target commit is set to the temporary release branch.
|
9. in the GitHub release UI, make sure the tag to create on release is set to `$ver`, and the target commit is set to the temporary release branch.
|
||||||
10. publish.
|
10. publish.
|
||||||
|
11. follow [post release steps](#post-release-steps).
|
||||||
|
|
||||||
## Post release steps
|
## Post release steps
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue