We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad9071 commit 3514c9eCopy full SHA for 3514c9e
etc/release.Makefile
@@ -38,14 +38,11 @@ $(BUMP_VERSION_SENTINEL):
38
CREATE_GITHUB_RELEASE_SENTINEL=.make-sentinels/create-github-release
39
create-github-release: $(CREATE_GITHUB_RELEASE_SENTINEL) check-environment
40
$(CREATE_GITHUB_RELEASE_SENTINEL):
41
- which gren > /dev/null
42
@echo \# Creating release tag
43
git tag "$$DELTA_NEW_VERSION"
44
git push
45
git push --tags
46
- @echo \# Draft and edit release notes in Github
47
- gren release -d -t "$$DELTA_NEW_VERSION".."$$DELTA_OLD_VERSION"
48
- @echo \# Wait for assets to appear at https://github.com/dandavison/delta/releases
+ @echo \# See https://github.com/dandavison/delta/releases
49
touch $(CREATE_GITHUB_RELEASE_SENTINEL)
50
51
0 commit comments