Skip to content

Commit

Permalink
Remove the "release crates" job
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Jan 14, 2025
1 parent c897e59 commit 06b893d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 197 deletions.
3 changes: 0 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ cargo release replace --verbose --execute --allow-branch '*' --package zebrad
cargo release commit --verbose --execute --allow-branch '*'
```

Crate publishing is [automatically checked in CI](https://github.com/ZcashFoundation/zebra/actions/workflows/release-crates-io.yml) using "dry run" mode, however due to a bug in `cargo-release` we need to pass exact versions to the alpha crates:

- [ ] Update `zebra-scan` and `zebra-grpc` alpha crates in the [release-crates-dry-run workflow script](https://github.com/ZcashFoundation/zebra/blob/main/.github/workflows/scripts/release-crates-dry-run.sh)
- [ ] Push the above version changes to the release branch.

## Update End of Support
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/release-crates-io.patch.yml

This file was deleted.

126 changes: 0 additions & 126 deletions .github/workflows/release-crates-io.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/scripts/release-crates-dry-run.sh

This file was deleted.

0 comments on commit 06b893d

Please sign in to comment.