Release - acsalu/Kiminonawa GitHub Wiki

Tag the commit for a release:

e.g. git tag 0.0.1 -m "Tag release 0.0.1"

Then push the code along with the tags:

e.g. git push origin BRANCH_NAME --tags

CI will take care of packaging the extension and posting it to GitHub.