Skip to content

Commit 1f93b2d

Browse files
committed
Create instructions for releasing new versions
1 parent 94ac247 commit 1f93b2d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

RELEASING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Releasing new versions of pre-commit-macadmin
2+
3+
1. Update the versions in __README.md__ and __pre_commit_hooks/\_\_init\_\_.py__.
4+
5+
1. Update the change log.
6+
7+
1. Merge development branch to master.
8+
9+
1. Create a GitHub release with version tag, prefixed with `v`. (For example: `v2.3.4`)
10+
11+
1. Run `pre-commit autoupdate` on a test repo and confirm it updates to the new version.

0 commit comments

Comments
 (0)