mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 23:14:07 +00:00
Update release docs for new cargo release version
This commit is contained in:
parent
a1937719b3
commit
9c87d3b195
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ $ cargo install cargo-release
|
||||||
$ cargo release minor --push-remote upstream
|
$ cargo release minor --push-remote upstream
|
||||||
```
|
```
|
||||||
|
|
||||||
You can add `--dry-run` to see what the command is going to do,
|
After verifying, you can rerun with `--execute` if all looks good.
|
||||||
or `--skip-push` to stop before actually publishing the release.
|
You can add `--no-push` to stop before actually publishing the release.
|
||||||
|
|
||||||
`cargo release` will then:
|
`cargo release` will then:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue