Skip to content

Commit 91c5c7b

Browse files
committed
New release v1.3.0
1 parent c4005ea commit 91c5c7b

File tree

4 files changed

+4
-37
lines changed

4 files changed

+4
-37
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
additional_dependencies:
1515
- mdformat-toc
1616
- repo: https://github.com/Lucas-C/pre-commit-hooks
17-
rev: v1.2.0
17+
rev: v1.3.0
1818
hooks:
1919
- id: forbid-crlf
2020
- id: remove-crlf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ into separate repos:
3737

3838
```yaml
3939
- repo: https://github.com/Lucas-C/pre-commit-hooks
40-
rev: v1.2.0
40+
rev: v1.3.0
4141
hooks:
4242
- id: forbid-crlf
4343
- id: remove-crlf
@@ -320,5 +320,5 @@ form the historical ChangeLog.
320320
### Releasing a new version
321321

322322
1. Edit version in `setup.py`, `README.md` & `.pre-commit-config.yaml`;
323-
2. `git commit -nam "Version bump to $version" && git tag $version && git push && git push --tags`;
323+
2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`;
324324
3. Publish a GitHub release.

hooks.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name='pre-commit-hooks',
66
description='Some out-of-the-box hooks for pre-commit',
77
url='https://github.com/Lucas-C/pre-commit-hooks',
8-
version='1.2.0',
8+
version='1.3.0',
99

1010
author='Lucas Cimon',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)