Skip to content

Commit

Permalink
chore: address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Apr 2, 2024
1 parent 1453c44 commit 27fd977
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create Release Tracking Epic Issue
name: Create Release Tracking Epic

# This workflow creates an EPIC issue for tracking the deployment of a release
# to testnets and mainnet.
# This workflow creates an EPIC for tracking the deployment of a release to
# testnets and mainnet.
#
# Example workflow to be used in repository calling this workflow.
# This would trigger on published releases
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# This is an org level secret. No changes needed at the repo level
token: ${{ secrets.CREATE_RELEASE_EPIC }}
owner: celestiaorg
# Creating the tracking issue in devops as devops is responsible for
# Create the tracking issue in devops as devops is responsible for
# updating the networks
repo: devops
# Currently unable to assign a group to an issue, so assigning MSevey
Expand All @@ -77,28 +77,28 @@ jobs:
### Stage 1: Arabica
- [ ] Prepare deployment to Arabica
- [ ] Prepare announcement for Arabica
- [ ] Announce release for Arabica
- [ ] Deploy to Arabica
- [ ] Verify release on Arabica
- [ ] Docs updated for release for Arabica
- [ ] Announce release for Arabica
```
```[tasklist]
### Stage 2: Mocha
- [ ] Prepare deployment to Mocha
- [ ] Prepare announcement for Mocha
- [ ] Announce release for Mocha
- [ ] Deploy to Mocha
- [ ] Verify release on Mocha
- [ ] Docs updated for release for Mocha
- [ ] Announce release for Mocha
```
```[tasklist]
### Stage 3: Mainnet
- [ ] Prepare deployment for mainnet
- [ ] Prepare announcement for mainnet
- [ ] Announce release for mainnet
- [ ] Deploy to mainnet
- [ ] Verify release on mainnet
- [ ] Docs updated for release for mainnet
- [ ] Announce release for mainnet
```
cc @celestiaorg/devops
Expand Down

0 comments on commit 27fd977

Please sign in to comment.