summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-10-26 20:51:20 -0400
committerDan Davison <dandavison7@gmail.com>2021-10-26 20:51:20 -0400
commit74147a7fab91f7ee1a3ef40f5a597a0aec3ec680 (patch)
treefd412f6bffa8a70efdc9088c7c3b7b96b555de37
parentf19524b0b520433dbd992807ab34825801fd7081 (diff)
Update release Makefile
-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)