build: generate release notes on disk

This commit is contained in:
stefanprodan
2020-03-04 20:48:06 +02:00
parent c0dbef37c6
commit 2fb36d58b1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -69,6 +69,7 @@ jobs:
keys:
- go-mod-v3-{{ checksum "go.sum" }}
- run: make release-notes
- run: github-release-notes -org weaveworks -repo flagger -since-latest-release -include-author > /tmp/release.txt
- run: test/goreleaser.sh
e2e-istio-testing:
+1 -1
View File
@@ -25,4 +25,4 @@ download() {
download
tar -xf "$TAR_FILE" -C "$TMPDIR"
"${TMPDIR}/goreleaser" --release-notes <(github-release-notes -org weaveworks -repo flagger -since-latest-release -include-author)
"${TMPDIR}/goreleaser" --release-notes=/tmp/release.txt