Skip to content

Commit 237f7bc

Browse files
committed
.ci/scripts: support for new-action entry types
1 parent d9bcf27 commit 237f7bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ci/scripts/changelog.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ NOTES:
1515
{{ end -}}
1616
{{- end -}}
1717

18-
{{- $features := combineTypes .NotesByType.feature (index .NotesByType "new-resource" ) (index .NotesByType "new-data-source") (index .NotesByType "new-ephemeral") (index .NotesByType "new-function") (index .NotesByType "new-guide") }}
18+
{{- $features := combineTypes .NotesByType.feature (index .NotesByType "new-resource" ) (index .NotesByType "new-data-source") (index .NotesByType "new-ephemeral") (index .NotesByType "new-function") (index .NotesByType "new-action") (index .NotesByType "new-guide") }}
1919
{{- if $features }}
2020
FEATURES:
2121

.ci/scripts/release-note.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* **New Ephemeral Resource:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
88
{{- else if eq "new-function" .Type -}}
99
* **New Function:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
10+
{{- else if eq "new-action" .Type -}}
11+
* **New Action:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
1012
{{- else if eq "new-guide" .Type -}}
1113
* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
1214
{{- else -}}

0 commit comments

Comments
 (0)