Skip to content

Commit

Permalink
makefile: improved release target
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Sep 14, 2020
1 parent eaf98f0 commit b1b27bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -55,7 +55,7 @@ release:
@echo "Finally, run the following to publish v${VERSION}:"
@echo " git tag v${VERSION}"
@echo " git push origin v${VERSION} master"
@echo " open https://github.com/rsms/gotalk/releases/tag/v${VERSION}"
@echo " open https://github.com/rsms/gotalk/releases/new?tag=v${VERSION}&title=v${VERSION}"


dist: release
Expand Down

0 comments on commit b1b27bf

Please sign in to comment.