Skip to content

Commit

Permalink
Cargo.toml: replace deprecated option with new version
Browse files Browse the repository at this point in the history
I was getting this log message during run:

```
pro_release_commit_message is deprecated, use post-release-commit-message instead
```
  • Loading branch information
dustymabe committed Jan 8, 2020
1 parent 42acdb3 commit 0707602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sign-commit = true
disable-push = true
disable-publish = true
pre-release-commit-message = "cargo: coreos-installer release {{version}}"
pro-release-commit-message = "cargo: development version bump"
post-release-commit-message = "cargo: development version bump"
tag-message = "coreos-installer v{{version}}"

[[bin]]
Expand Down

0 comments on commit 0707602

Please sign in to comment.