Skip to content

Commit

Permalink
docs(readme): fix pre_bump_hooks example
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny authored and oknozor committed Oct 21, 2021
1 parent b68f1fd commit 81ad844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ You can run pre bump commands with the `{{version}}` alias to reference the newl
```toml
# cog.toml
pre_bump_hooks = [
"cargo build --release",
"cargo bump {{version}}",
"cargo build --release",
]
```

Expand Down

0 comments on commit 81ad844

Please sign in to comment.