Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 246 Bytes

maintainer-notes.md

File metadata and controls

16 lines (12 loc) · 246 Bytes

Releasing

When releasing make sure to tag the repo with the specific version v1.2.3 and the major version v1.

$ git tag v1.2.3
$ git tag -f v1

Then push the tags.

$ git push origin v1.2.3
$ git push -f origin v1