Skip to content

Commit

Permalink
bump: version 0.8.12 → 0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Jul 23, 2022
1 parent 9c17226 commit 63cbb65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This changelog is auto-generated by the Python-based
[Commitizen](https://commitizen-tools.github.io/commitizen).

## 0.8.13 (2022-07-23)

### Fix

- **deps-dev**: bump commitizen from 2.28.1 to 2.29.0

## 0.8.12 (2022-07-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63cbb65

Please sign in to comment.