Skip to content

Commit

Permalink
chore: prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 30, 2024
1 parent 73c856b commit d78c69e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "husky-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "husky for cargo"
repository = "https://github.com/pplmx/husky-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

```toml
[dev-dependencies]
husky-rs = "0.1.0"
husky-rs = "0.1.1"
```

2. Create hooks directory:
Expand Down
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ commit_parsers = [
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(release-bot\\): prepare for", skip = true },
{ message = "^chore: prepare for", skip = true },
{ message = "^chore: bump version to", skip = true },
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
Expand Down

0 comments on commit d78c69e

Please sign in to comment.