File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ into separate repos:
37
37
38
38
``` yaml
39
39
- repo : https://github.com/Lucas-C/pre-commit-hooks
40
- rev : v1.5.0
40
+ rev : v1.5.1
41
41
hooks :
42
42
- id : forbid-crlf
43
43
- id : remove-crlf
@@ -337,6 +337,6 @@ form the historical ChangeLog.
337
337
338
338
# ## Releasing a new version
339
339
340
- 1. Edit version in `setup.py`, `README.md` & `.pre-commit-config.yaml`;
341
- 2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`;
340
+ 1. Bump version in `setup.py` & `README.md`
341
+ 2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`
342
342
3. Publish a GitHub release.
Original file line number Diff line number Diff line change 5
5
name = "pre-commit-hooks" ,
6
6
description = "Some out-of-the-box hooks for pre-commit" ,
7
7
url = "https://github.com/Lucas-C/pre-commit-hooks" ,
8
- version = "1.5.0 " ,
8
+ version = "1.5.1 " ,
9
9
author = "Lucas Cimon" ,
10
10
11
11
platforms = "linux" ,
You can’t perform that action at this time.
0 commit comments