Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 689 Bytes

Releasing a new version

Releases are done through Drone.

Once the changes are into the main branch and you're ready to cut a new release, create and push an annotated tag for the new release:

git tag -a v0.7.0 -m "v0.7.0"
git push origin v0.7.0

At this point, a Drone pipeline will start and create a GitHub Release. You can follow its progress here.

Once the release appears in the GitHub "releases" section, you can manually edit its description to list the relevant changes.