mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-14 09:55:01 +00:00
add a note about cargo release config
This commit is contained in:
parent
118a345790
commit
fcf1eb1b67
1 changed files with 2 additions and 0 deletions
|
@ -36,4 +36,6 @@ simple_logger = "1.6"
|
||||||
matches = "0.1"
|
matches = "0.1"
|
||||||
|
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
|
# We want to ensure we don't publish via `cargo release` since Actions
|
||||||
|
# handles this for us.
|
||||||
disable-publish = true
|
disable-publish = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue