Skip to content

Commit 3514c9e

Browse files
committed
Don't use gren to generate release notes
1 parent 6ad9071 commit 3514c9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

etc/release.Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,11 @@ $(BUMP_VERSION_SENTINEL):
3838
CREATE_GITHUB_RELEASE_SENTINEL=.make-sentinels/create-github-release
3939
create-github-release: $(CREATE_GITHUB_RELEASE_SENTINEL) check-environment
4040
$(CREATE_GITHUB_RELEASE_SENTINEL):
41-
which gren > /dev/null
4241
@echo \# Creating release tag
4342
git tag "$$DELTA_NEW_VERSION"
4443
git push
4544
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
45+
@echo \# See https://github.com/dandavison/delta/releases
4946
touch $(CREATE_GITHUB_RELEASE_SENTINEL)
5047

5148

0 commit comments

Comments
 (0)