Merge pull request #476 from weaveworks/fix-release-notes

build: generate release notes on disk
This commit is contained in:
Stefan Prodan
2020-03-04 20:48:55 +02:00
committed by GitHub
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