We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19524b commit 74147a7Copy full SHA for 74147a7
etc/release.Makefile
@@ -44,7 +44,7 @@ $(CREATE_GITHUB_RELEASE_SENTINEL):
44
git push
45
git push --tags
46
@echo \# Draft and edit release notes in Github
47
- gren release "$$DELTA_NEW_VERSION"
+ gren release -d -t "$$DELTA_NEW_VERSION".."$$DELTA_OLD_VERSION"
48
@echo \# Wait for assets to appear at https://github.com/dandavison/delta/releases
49
touch $(CREATE_GITHUB_RELEASE_SENTINEL)
50
0 commit comments