You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/release.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The new job "Create Release" will be triggered and the following will be done:
24
24
* Atlas Operator image built and pushed to dockerhub
25
25
* Draft Release will be created with all commits since the previous release
26
26
27
+
Once the Pull Request is approved, a tag is created out of the branch, which can then be discarded. A branch `release/X.Y.Z` will imply a tag `vX.Y.Z`, and `pre-release/X.Y.Z-...` will imply `vX.Y.Z-...`. The `tag.yml` workflow is the one responsible for creating such tag and triggering the release process workflow (`release-post-merge.yml`).
28
+
27
29
## Edit the Release Notes and publish the release
28
30
29
31
Follow the format described in the release-notes-template.md file. Publish the release.
0 commit comments