Skip to content

Commit

Permalink
updated discord announcement in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Yang committed Jul 25, 2023
1 parent 56039a8 commit 17a8ea5
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,26 +463,24 @@ jobs:
discord_channel_id: "${{ secrets.DISCORD_CHANNEL_ID }}"
discord_message: |
Hey <@&1122981184255840306>! A new version of the zetachain node has been released.
If this is a Major Version Upgrade:
Major Version Upgrade (e.g. v5.x.x to V6.x.x) must be completed through a governance proposal.
We will raise a governance proposal on Monday at 15:00 UTC with a 12-hour voting period.
The upgrade will be scheduled for Tuesday at approximately 15:00 UTC.
More specific information including block height will be shared on Monday as part of the governance proposal.
See the release notes for more details. <LINK TO RELEASE>
See the release notes for more details. https://github.com/zeta-chain/node/releases/tag/${{ env.BINARY_VERSION }}

- name: "SEND:DISCORD:MESSAGE"
if: steps.determine_release_type.outputs.RELEASE_TYPE == 'minor'
uses: gzukel/CosmosComposites/send_discord_message@main
with:
discord_token: "${{ secrets.DISCORD_TOKEN }}"
discord_channel_id: "${{ secrets.DISCORD_CHANNEL_ID }}"
discord_message: |
Hey <@&1122981184255840306>! A new version of the zetachain node has been released.
# - name: "SEND:DISCORD:MESSAGE"
# if: steps.determine_release_type.outputs.RELEASE_TYPE == 'minor'
# uses: gzukel/CosmosComposites/send_discord_message@main
# with:
# discord_token: "${{ secrets.DISCORD_TOKEN }}"
# discord_channel_id: "${{ secrets.DISCORD_CHANNEL_ID }}"
# discord_message: |
# Hey <@&1122981184255840306>! A new version of the zetachain node has been released.

If this is a Minor Version Upgrade:
Minor Version Upgrade (e.g. v5.0.x to v5.1.x) can be applied without a governance proposal.
Please review the release notes for any specific upgrade instructions or considerations.
# Minor Version Upgrade (e.g. v5.0.x to v5.1.x) can be applied without a governance proposal.
# Please review the release notes for any specific upgrade instructions or considerations.

See the release notes for more details. <LINK TO RELEASE>
# See the release notes for more details. https://github.com/zeta-chain/node/releases/tag/${{ env.BINARY_VERSION }}

0 comments on commit 17a8ea5

Please sign in to comment.