From a5e8653247bbb71d41c5c2eda575cf64551d8c60 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 22 Aug 2023 08:30:21 -0400 Subject: [PATCH] Update release documentation --- docs/releasing.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/releasing.md b/docs/releasing.md index b71c97595..efe0ab3d2 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