-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
commitizen-github-action[bot]
committed
Jul 23, 2022
1 parent
9c17226
commit 63cbb65
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ in `.pre-commit-config.yaml`. | |
|
||
```yaml | ||
- name: Install and run pre-commit hooks. | ||
uses: ScribeMD/[email protected].12 | ||
uses: ScribeMD/[email protected].13 | ||
``` | ||
## Inputs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool] | ||
[tool.commitizen] | ||
version = "0.8.12" | ||
version = "0.8.13" | ||
version_files = [ | ||
"pyproject.toml:version", | ||
"README.md:pre-commit-action@" | ||
] | ||
|
||
[tool.poetry] | ||
name = "pre-commit-action" | ||
version = "0.8.12" | ||
version = "0.8.13" | ||
description = "Optimized GitHub Action for Running pre-commit Hooks" | ||
authors = ["Kurt von Laven <[email protected]>"] | ||
license = "MIT" | ||
|