Skip to content

Commit

Permalink
Merge pull request #80 from lucab/release-0.5.4
Browse files Browse the repository at this point in the history
Release 0.5.4
  • Loading branch information
lucab authored Aug 5, 2022
2 parents 4a05ffc + 6e61e63 commit c5093eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "caps"
version = "0.5.3"
version = "0.5.4"
edition = "2018"
authors = ["Luca Bruno <lucab@lucabruno.net>"]
license = "MIT/Apache-2.0"
Expand All @@ -25,8 +25,8 @@ serde_support = ["serde"]
serde_json = "^1.0"

[package.metadata.release]
disable-publish = true
disable-push = true
publish = false
push = false
post-release-commit-message = "cargo: development version bump"
pre-release-commit-message = "cargo: caps release {{version}}"
sign-commit = true
Expand Down

0 comments on commit c5093eb

Please sign in to comment.