Skip to content

Commit

Permalink
Enable publish in cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Feb 2, 2024
1 parent 62dba33 commit ffb5281
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-dar

[workspace.metadata.release]
# https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md
allow-branch = ["master"]
allow-branch = ["master"]
pre-release-replacements = [
{file = "CHANGELOG.md", search = "Unreleased", replace = "{{version}}"},
{file = "CHANGELOG.md", search = "ReleaseDate", replace = "{{date}}"},
]
publish = false # CI will handle this
]

0 comments on commit ffb5281

Please sign in to comment.