We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ac247 commit 1f93b2dCopy full SHA for 1f93b2d
1 file changed
RELEASING.md
@@ -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