Skip to content

Commit

Permalink
Preparing for v0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Mar 17, 2023
1 parent df24825 commit d6daf2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ build-all:

release:
echo "Nothing to do"

publish: release
echo "Releasing version $(VERSION)"
gh release create "$(VERSION)" --draft --prerelease --title "$(VERSION)-beta" --notes-file release-notes.md


0 comments on commit d6daf2e

Please sign in to comment.