diff --git a/dev/last-release b/dev/last-release new file mode 100644 index 00000000..c5c92e14 --- /dev/null +++ b/dev/last-release @@ -0,0 +1 @@ +3.0.20200429 diff --git a/dev/release.sh b/dev/release.sh index 8a6a64c0..34e7a303 100755 --- a/dev/release.sh +++ b/dev/release.sh @@ -12,6 +12,8 @@ echo "./dev/build-assets.sh ${VERSION}" echo "# Finally, create a new release on GitHub attaching binary assets at dist/" echo "shipbot -config .shipbot.yaml -tag ${VERSION}" echo "# To compile release notes:" -echo "git log --oneline ..${VERSION} | grep Merge.pull | cut -f 5 -d ' ' | tac > /tmp/prs" +echo "LAST_RELEASE=\$(cat dev/last-release)" +echo "git log --oneline \${LAST_RELEASE}..${VERSION} | grep Merge.pull | cut -f 5 -d ' ' | tac > /tmp/prs" echo "echo '# ${VERSION}' >> docs/releases/3.0.md" +echo "echo '${VERSION}' > dev/last-release" echo "relnotes -config .shipbot.yaml < /tmp/prs >> docs/releases/3.0.md" diff --git a/docs/releases/3.0.md b/docs/releases/3.0.md index ee015642..abf5b004 100644 --- a/docs/releases/3.0.md +++ b/docs/releases/3.0.md @@ -85,3 +85,8 @@ * e2e tests should wait for cluster readiness [@justinsb](https://github.com/justinsb) [#318](https://github.com/kopeio/etcd-manager/pull/318) * Remove old bazel versions from travis [@justinsb](https://github.com/justinsb) [#317](https://github.com/kopeio/etcd-manager/pull/317) * Always renew certificates [@justinsb](https://github.com/justinsb) [#313](https://github.com/kopeio/etcd-manager/pull/313) + +# 3.0.20200429 + +* Upgrade aws-sdk-go [@rifelpet](https://github.com/rifelpet) [#320](https://github.com/kopeio/etcd-manager/pull/320) +* Release notes for 3.0.20200428 [@justinsb](https://github.com/justinsb) [#319](https://github.com/kopeio/etcd-manager/pull/319)