Skip to content

Commit

Permalink
configure cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cass Fridkin committed Sep 2, 2022
1 parent 9340148 commit 2a17773
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[workspace]
members = ["envcrypt", "envcrypt-macro", "envcrypt-test"]

[workspace.metadata.release]
consolidate-commits = true
consolidate-pushes = true
shared-version = true
4 changes: 3 additions & 1 deletion envcrypt-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ license = "MIT OR Apache-2.0"
name = "envcrypt-macro"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.release]
shared-version = true
tag = false

[lib]
path = "src/lib.rs"
Expand Down
6 changes: 5 additions & 1 deletion envcrypt-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "envcrypt-test"
publish = false
version = "0.0.0"
version = "0.2.0"

[package.metadata.release]
shared-version = true
tag = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
3 changes: 2 additions & 1 deletion envcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ readme = "../README.md"
repository = "https://github.com/caass/envcrypt-rs"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.release]
shared-version = true

[dependencies]
envcrypt-macro = { path = "../envcrypt-macro", version = "0.2.0" }
Expand Down

0 comments on commit 2a17773

Please sign in to comment.