Skip to content

Commit

Permalink
Update cargo-release config.
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 24, 2017
1 parent 0790fa1 commit f9cb85c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ protobuf = { version = "^1.2.0", optional = true }
[features]
serialization-protobuf = [ "protobuf" ]

[package.metadata.release]
sign-commit = true
upload-doc = true
doc-branch = "gh-pages"
pre-release-commit-message = "Release version {{version}}."
pro-release-commit-message = "Start next development iteration {{version}}."
tag-message = "Release version {{version}}."
doc-commit-message = "Update documentation."
dev-version-ext = "pre"


0 comments on commit f9cb85c

Please sign in to comment.