Skip to content

Commit

Permalink
Update release prios in template (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard authored Mar 7, 2023
1 parent 07ba73d commit b441a72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/scripts/generate-release-body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,12 @@ async function main() {
## Description
(Placeholder for release descriptions, please freely write explanations for this release here.)
\*\*Upgrade priority: LOW/MID/HIGH\*\*
\*\*Upgrade priority: LOW/MID/HIGH/CRITICAL\*\*
> DELETE THIS
> CRITICAL - contains critical update for the client which should be rolled out ASAP
> HIGH - significant changes to client
> MEDIUM - some minor changes to the client
> LOW - no client changes
${runtimes.length > 0 ? `## Runtimes
${runtimes
Expand Down

0 comments on commit b441a72

Please sign in to comment.