Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,24 +167,9 @@ jobs:
fi

cat <<ENDBODY > release_notes.md
## Testing Checklist (DELETE ME)

- [ ] Run on testnet for 1-3 days.
- [ ] Resync a node from genesis.
- [ ] Ensure all CI checks pass.

## Release Checklist (DELETE ME)

- [ ] Ensure version has been bumped in \`Cargo.toml\`.
- [ ] Write the summary below.
- [ ] Ensure all binaries have been added.

## Summary

<!-- Add a summary of the release, including:
- Critical bug fixes
- New features
- Any breaking changes -->
<!-- Add a summary of the release, including critical bug fixes, new features, and breaking changes. -->

## All Changes

Expand Down
Loading