Skip to content

Commit

Permalink
Add release-note template
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin committed Jan 22, 2024
1 parent ad9839d commit 5137b6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/release-note.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{- define "note" -}}
{{- else if eq "new-guide" .Type -}}
* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/tofuutils/tofuenv/issues/{{- .Issue -}}))
{{- else if eq "upgrade-guide" .Type -}}
{{.Body}}
{{- else -}}
* {{.Body}} ([#{{- .Issue -}}](https://github.com/tofuutils/tofuenv/issues/{{- .Issue -}}))
{{- end -}}
{{- end -}}

0 comments on commit 5137b6f

Please sign in to comment.