Add the urgency guidelines automatically to each release
This commit is contained in:
parent
61d5eda6e6
commit
f5ded5590e
|
@ -244,6 +244,14 @@ jobs:
|
||||||
cat > release_notes.md <<EOF
|
cat > release_notes.md <<EOF
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
## Urgency guidelines
|
||||||
|
|
||||||
|
`low-urgency`: update at your own convenience, sometime within our normal update cycle of two weeks
|
||||||
|
|
||||||
|
`medium-urgency`: may contain an important stability fix, it is better to update sooner rather than later
|
||||||
|
|
||||||
|
`high-urgency`: update as soon as you can, this is a critical update required for Nimbus to function correctly
|
||||||
|
|
||||||
## SHA512 checksums
|
## SHA512 checksums
|
||||||
|
|
||||||
\`\`\`text
|
\`\`\`text
|
||||||
|
|
Loading…
Reference in New Issue