Add a backlink from sqlparse_derive to sqlparser and publishing instructions (#779)

* Add backlink to sqlparser-rs in derive docs

* Update release docs for sqlparser_derive
This commit is contained in:
Andrew Lamb 2022-12-29 07:55:42 -05:00 committed by GitHub
parent cf3fe64af6
commit fc503e08c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -31,7 +31,7 @@ $ cargo install cargo-release
$ cargo release minor --push-remote upstream
```
After verifying, you can rerun with `--execute` if all looks good.
After verifying, you can rerun with `--execute` if all looks good.
You can add `--no-push` to stop before actually publishing the release.
`cargo release` will then:
@ -56,3 +56,14 @@ $ cargo install cargo-release
4. Check that the new version of the crate is available on crates.io:
https://crates.io/crates/sqlparser
## `sqlparser_derive` crate
Currently this crate is manually published via `cargo publish`.
crates.io homepage: https://crates.io/crates/sqlparser_derive
```shell
cd derive
cargo publish
```