Skip to content

Latest commit

Β 

History

History
15 lines (13 loc) Β· 357 Bytes

MAINTAINER.md

File metadata and controls

15 lines (13 loc) Β· 357 Bytes

Maintainer Handbook

To cut a new release:

  • Choose a semver-compatible version of the form X.Y.Z, without a leading v.
  • Update the version in:
    • README.md
    • CHANGELOG.md
    • autouseradd-suid.c
    • autouseradd.1
  • Push a new tag:
    $ git tag -a $VERSION -m $VERSION && git push origin $VERSION