Skip to content

Commit

Permalink
New release v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Aug 13, 2023
1 parent 27c596f commit 762c66e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -15,7 +15,7 @@ repos:
additional_dependencies:
- mdformat-toc
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: master
rev: v1.5.4
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -47,7 +47,7 @@ into separate repos:

```yaml
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.3
rev: v1.5.4
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down Expand Up @@ -358,6 +358,6 @@ form the historical ChangeLog.

### Releasing a new version

1. Bump version in `setup.py` & `README.md`
1. Bump version in `README.md`, `setup.py` & `.pre-commit-config.yaml`
2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`
3. Publish a GitHub release.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
name="pre-commit-hooks",
description="Some out-of-the-box hooks for pre-commit",
url="https://github.com/Lucas-C/pre-commit-hooks",
version="1.5.3",
version="1.5.4",
author="Lucas Cimon",
author_email="lucas.cimon@gmail.com",
platforms="linux",
Expand Down

0 comments on commit 762c66e

Please sign in to comment.