Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name = "example"
version = "0.1.0"
edition = "2021"

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

[dependencies]
spacedb = {version = "*", path = ".." }
Expand Down
8 changes: 7 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ publish = true
# Create a GitHub release alongside the tag.
git_release_enable = true
# Use the commit subject as the GitHub release title.
git_tag_name = "v{{ version }}"
git_tag_name = "v{{ version }}"

# The example crate is a workspace member only so it can depend on the
# in-tree spacedb; it should never be versioned or published.
[[package]]
name = "example"
release = false
Loading