Skip to content

Commit f5f8584

Browse files
committed
fix: add .
1 parent c975b8c commit f5f8584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pre_bump_hooks = [
22
"echo {{version}}",
3-
"cargo audit && cargo workspaces version custom {{version}} && git add Cargo.toml && git commit -m \"chore(version): set cargo version to {{version}}\"",
3+
"cargo audit && cargo workspaces version custom {{version}} && git add . && git commit -m \"chore(version): set cargo version to {{version}}\"",
44
]
55
post_bump_hooks = ["git push", "git push origin {{version}}"]
66

0 commit comments

Comments
 (0)