Skip to content

Commit

Permalink
Add release post-split tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Sep 2, 2024
1 parent 8f8e6d1 commit 8874cd5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions do-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cargo release --package ubi "$@"
cargo release --package ubi-cli "$@"
4 changes: 4 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
allow-branch = ["master"]
shared-version = true
sign-commit = true
sign-tag = true
3 changes: 3 additions & 0 deletions ubi-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ ubi = { version = "0.2.0", path = "../ubi", features = ["default", "logging"] }
[[bin]]
name = "ubi"
path = "src/main.rs"

[package.metadata.release]
tag-name = "v{{version}}"

0 comments on commit 8874cd5

Please sign in to comment.