Skip to content

Commit

Permalink
Merge pull request #476 from weaveworks/fix-release-notes
Browse files Browse the repository at this point in the history
build: generate release notes on disk
  • Loading branch information
stefanprodan authored Mar 4, 2020
2 parents c0dbef3 + 2fb36d5 commit e59acc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e59acc7

Please sign in to comment.