Skip to content

Commit 079b811

Browse files
committed
chore(cargo): bump Cargo.toml when releasing
1 parent 5df8b5f commit 079b811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"releaseName": "${version}"
1313
},
1414
"hooks": {
15-
"after:bump": "npm exec auto-changelog -- -p --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md"
15+
"after:bump": "cargo set-version '${version}' && npm exec auto-changelog -- -p --breaking-pattern 'BREAKING CHANGE:' && git add Cargo.* CHANGELOG.md"
1616
},
1717
"npm": {
1818
"publish": false

0 commit comments

Comments
 (0)