mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 04:26:51 +00:00
Update RELEASE_NOTE_TEMPLATE.md
This commit is contained in:
@@ -12,7 +12,13 @@ If you think you can improve future release notes in any way, please do submit a
|
|||||||
Note that even though it looks like a Go template, I don't use any templating to generate the changelog.
|
Note that even though it looks like a Go template, I don't use any templating to generate the changelog.
|
||||||
It's just that I'm used to reading and intepreting Go template by myself, not a computer program :)
|
It's just that I'm used to reading and intepreting Go template by myself, not a computer program :)
|
||||||
|
|
||||||
**Title**: `v{{ .Version }}: {{ .TitlesOfImportantChanges }}`
|
**Title**:
|
||||||
|
|
||||||
|
```
|
||||||
|
v{{ .Version }}: {{ .TitlesOfImportantChanges }}
|
||||||
|
```
|
||||||
|
|
||||||
|
**Body**:
|
||||||
|
|
||||||
```
|
```
|
||||||
**CAUTION:** If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468
|
**CAUTION:** If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468
|
||||||
|
|||||||
Reference in New Issue
Block a user