Skip to content

Commit 741483f

Browse files
committed
ci: fix changelog
1 parent 17b1286 commit 741483f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/changelog/release-note.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{- define "note" -}}
2+
{{.Body}} (GH-{{- .Issue -}})
3+
{{- end -}}

.github/workflows/generate-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version-file: 'go.mod'
1919
- run: go install github.com/hashicorp/go-changelog/cmd/changelog-build@latest
20-
- run: ./.ci/scripts/generate-changelog.sh
20+
- run: ./.github/changelog/generate-changelog.sh
2121
- run: |
2222
if [[ `git status --porcelain` ]]; then
2323
if ${{github.event_name == 'workflow_dispatch'}}; then

0 commit comments

Comments
 (0)