Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 244 Bytes

MAINTAINERS.md

File metadata and controls

16 lines (11 loc) · 244 Bytes

Maintainer instructions

To release a new version:

  1. Make changes.

  2. Commit changes and push to GitHub.

  3. Create the tag.

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