Skip to content

Commit

Permalink
New release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Mar 31, 2023
1 parent d688cf7 commit 12885e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -37,7 +37,7 @@ into separate repos:

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

### Releasing a new version

1. Edit version in `setup.py`, `README.md` & `.pre-commit-config.yaml`;
2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`;
1. Bump version in `setup.py` & `README.md`
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.0",
version="1.5.1",
author="Lucas Cimon",
author_email="lucas.cimon@gmail.com",
platforms="linux",
Expand Down

0 comments on commit 12885e3

Please sign in to comment.