Skip to content

Commit

Permalink
Remove release.sh script in favor of cargo release command
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Jan 2, 2024
1 parent a2c7d32 commit fda6e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 109 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Our release process is as follows:
9. Create a signed tag `git tag -s -a vX.Y.Z`. In the tag message, write the
version and the link to the corresponding section of the changelog. Then push
the tag to GitHub with `git push --tags`.
- The [release workflow][release.yml] will run the [`release.sh`] script in a
CI worker.
- The [release workflow][release.yml] will run the `cargo release --execute`
command in a CI worker.
10. If some crates have not been released, check the cause of the failure and
act accordingly:
1. In case of intermittent problems with the registry, rerun the script
Expand Down
107 changes: 0 additions & 107 deletions scripts/release.sh

This file was deleted.

0 comments on commit fda6e99

Please sign in to comment.