Skip to content

Release

Huai-Che Lu edited this page Nov 27, 2016 · 1 revision

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.

Clone this wiki locally