build: List PRs in release notes

This commit is contained in:
stefanprodan
2020-02-15 00:45:50 +02:00
parent e1bb8e741e
commit 3a5a0faa4f
3 changed files with 13 additions and 1 deletions
+5
View File
@@ -106,6 +106,11 @@ release-set: fmt version-set helm-package
git tag $(VERSION)
git push origin $(VERSION)
release-notes:
cd /tmp && GH_REL_URL="https://github.com/buchanae/github-release-notes/releases/download/0.2.0/github-release-notes-linux-amd64-0.2.0.tar.gz" && \
curl -sSL $${GH_REL_URL} | tar xz && sudo mv github-release-notes /usr/local/bin/ && \
github-release-notes -org weaveworks -repo flagger -since-latest-release
reset-test:
kubectl delete -f ./artifacts/namespaces
kubectl apply -f ./artifacts/namespaces