Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 266 Bytes

MAINTAINERS.md

File metadata and controls

18 lines (12 loc) · 266 Bytes

Maintainer instructions

To release a new version:

  1. Make changes.

  2. Update changelog.

  3. Commit changes and push to GitHub.

  4. Create the tag.

    version=vA.B.C
    git tag -a $version -m $version
    git push
    git push origin $version