Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): update issue tasks for release epic #104

Merged
merged 1 commit into from
Apr 29, 2024
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/reusable_create_release_tracking_epic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
```[tasklist]
### Pre-work
- [ ] Confirm release tested on Robusta
- [ ] App and Node compatibility confirmed
- [ ] App and Node compatibility confirmed (protocol team)
- [ ] Release notes reviewed
```
```[tasklist]
### Stage 1: Arabica
- [ ] Prepare deployment to Arabica
- [ ] Prepare announcement for Arabica
- [ ] Deploy to Arabica
- [ ] Verify release on Arabica
- [ ] Verify release on Arabica (protocol team)
- [ ] Docs updated for release for Arabica
- [ ] Announce release for Arabica
```
Expand All @@ -87,7 +87,7 @@ jobs:
- [ ] Prepare deployment to Mocha
- [ ] Prepare announcement for Mocha
- [ ] Deploy to Mocha
- [ ] Verify release on Mocha
- [ ] Verify release on Mocha (protocol team)
- [ ] Docs updated for release for Mocha
- [ ] Announce release for Mocha
```
Expand All @@ -96,7 +96,7 @@ jobs:
- [ ] Prepare deployment for mainnet
- [ ] Prepare announcement for mainnet
- [ ] Deploy to mainnet
- [ ] Verify release on mainnet
- [ ] Verify release on mainnet (protocol team)
- [ ] Docs updated for release for mainnet
- [ ] Announce release for mainnet
```
Expand Down
Loading