summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/release.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/release.Makefile b/etc/release.Makefile
index c75bfd5b..f5bd7819 100644
--- a/etc/release.Makefile
+++ b/etc/release.Makefile
@@ -44,7 +44,7 @@ $(CREATE_GITHUB_RELEASE_SENTINEL):
git push
git push --tags
@echo \# Draft and edit release notes in Github
- gren release "$$DELTA_NEW_VERSION"
+ gren release -d -t "$$DELTA_NEW_VERSION".."$$DELTA_OLD_VERSION"
@echo \# Wait for assets to appear at https://github.com/dandavison/delta/releases
touch $(CREATE_GITHUB_RELEASE_SENTINEL)