Skip to content

Commit

Permalink
chore: update patch release text
Browse files Browse the repository at this point in the history
chore: update patch release text
  • Loading branch information
rjan90 committed Jan 20, 2025
1 parent b4f373e commit 50a550d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/misc/RELEASE_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@
- This will get merged in a `Post Release` step.
<!--{{if eq .Level "patch"}})-->
<!-- {{if contains "Node" .Type}}-->
- [ ] Fork a new `release/v{{.Tag}}` branch from the last stable `release/vX.Y.x` and make any further release-related changes to this branch.
- [ ] Fork a new `release/v{{.Tag}}` branch from the `master` branch and make any further release-related changes to this branch.
- Note: For critical security patches, fork a new branch from the last stable `release/vX.Y.x` to expedite the release process.
<!-- {{end}}-->
<!-- {{if contains "Miner" .Type}}-->
- [ ] Fork a new `release/miner/v{{.Tag}}` branch from the last stable `release/miner/vX.Y.x` and make any further release-related changes to this branch.
- [ ] Fork a new `release/miner/v{{.Tag}}` branch from the `master` branch and make any further release-related changes to this branch.
- Note: For critical security patches, fork a new branch from the last stable `release/vX.Y.x` to expedite the release process.
<!-- {{end}}-->
<!--{{end}}-->
<!--{{if eq .Level "minor"}}-->
Expand Down

0 comments on commit 50a550d

Please sign in to comment.