Skip to content

Commit 143f683

Browse files
authored
make post release more promiment (#3497)
1 parent 52372ae commit 143f683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-docs/workflows/release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Releases should be performed using [the automated release pipeline](https://gith
4646
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.
4747
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.
4848
8. publish.
49+
9. follow [post release steps](#post-release-steps).
50+
4951

5052
### Minor release
5153

@@ -78,6 +80,7 @@ Releases should be performed using [the automated release pipeline](https://gith
7880
8. set the Target to `tmp/${ver}`
7981
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.
8082
10. publish.
83+
11. follow [post release steps](#post-release-steps).
8184

8285
## Post release steps
8386

0 commit comments

Comments
 (0)