Run the Make target to create a dev tag (examples):
make release_tag_dev
Run:
make release_tag_bug_fix
make release_tag_minor_release
Push tags that were created locally:
git push origin $(git tag)
Draft a new release at the following URL using the tag you created (for example v0.1.12-dev3):
v0.1.12-dev3
https://github.com/buildwithgrove/path/releases/new
Was this helpful?