Skip to content

Commit 74147a7

Browse files
committed
Update release Makefile
1 parent f19524b commit 74147a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/release.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $(CREATE_GITHUB_RELEASE_SENTINEL):
4444
git push
4545
git push --tags
4646
@echo \# Draft and edit release notes in Github
47-
gren release "$$DELTA_NEW_VERSION"
47+
gren release -d -t "$$DELTA_NEW_VERSION".."$$DELTA_OLD_VERSION"
4848
@echo \# Wait for assets to appear at https://github.com/dandavison/delta/releases
4949
touch $(CREATE_GITHUB_RELEASE_SENTINEL)
5050

0 commit comments

Comments
 (0)