Skip to content

Commit

Permalink
Update release documentation (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Aug 25, 2023
1 parent 14da37d commit 4c3a4ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ $ cargo install cargo-release

Note that credentials for authoring in this way are securely stored in
the (GitHub) repo secrets as `CRATE_TOKEN`.
* Bump the crate version again (to something like `0.8.1-alpha.0`) to
indicate the start of new development cycle.

3. Push the updates to the `main` branch upstream:
```
$ git push upstream
```

4. Check that the new version of the crate is available on crates.io:
https://crates.io/crates/sqlparser
Expand Down

0 comments on commit 4c3a4ad

Please sign in to comment.