mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 21:20:41 +00:00
chore: disable crates.io publishing in cargo-release config
This commit is contained in:
parent
efffb4b49c
commit
fa0ebb2706
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ debug = 1
|
||||||
|
|
||||||
# cargo-release configuration
|
# cargo-release configuration
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
|
# Skip publishing to crates.io
|
||||||
|
publish = false
|
||||||
# Ensure version is updated in Cargo.toml
|
# Ensure version is updated in Cargo.toml
|
||||||
pre-release-commit-message = "chore: release {{version}}"
|
pre-release-commit-message = "chore: release {{version}}"
|
||||||
# Create a git tag
|
# Create a git tag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue