mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 03:41:13 +01:00
Update our changelog generator to dynamically decide which repository context that it should use when generating the changelog. If the version given corresponds to an active CE branch then we generate the changelog in the context of `hashicorp/vault` with the `note-ce.md` template. If the version corresponds to an enterprise only branch we generate the changelog in the context of `hashicorp/vault-enterprise` with the `note-ent.md` template. The reason we do all of this is so that we can add commit links to changelogs that for changes that are actually in community editions. Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
4 lines
44 B
Cheetah
4 lines
44 B
Cheetah
{{- define "note" -}}
|
|
{{.Body}}
|
|
{{- end -}}
|