From 4c3a4ad5a87ef8b4dd24a6e8540243e14fbfa148 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 25 Aug 2023 12:21:40 -0400 Subject: [PATCH] Update release documentation (#954) --- docs/releasing.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/releasing.md b/docs/releasing.md index b71c9759..efe0ab3d 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -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