Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 351 Bytes

RELEASING.md

File metadata and controls

11 lines (6 loc) · 351 Bytes

Releasing new versions of pre-commit-macadmin

  1. Update the versions in README.md and setup.py.

  2. Update the change log.

  3. Merge development branch to main.

  4. Create a GitHub release with version tag, prefixed with v. (For example: v2.3.4)

  5. Run pre-commit autoupdate on a test repo and confirm it updates to the new version.