Update release documentation + checklist (#2079)

* add instructions for extrinsic verification

* update release documentation
This commit is contained in:
Martin Pugh
2020-12-07 13:46:35 +01:00
committed by GitHub
parent 286924fc2b
commit f4a6f9d9b2
4 changed files with 57 additions and 19 deletions
+1 -1
View File
@@ -139,5 +139,5 @@ jobs:
with:
room_id: ${{ secrets.INTERNAL_POLKADOT_MATRIX_ROOM_ID }}
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
message: "**New version of polkadot tagged**: ${{ github.ref }}<br/>Gav: Draft release created: ${{ needs.publish-draft-release.outputs.release_url }}"
message: "**New version of polkadot tagged**: ${{ github.ref }}<br/>Draft release created: ${{ needs.publish-draft-release.outputs.release_url }}"
server: "matrix.parity.io"
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
if: steps.compute_tag.outputs.first_rc == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: ${{ steps.compute_tag.outputs.version }}
VERSION: ${{ steps.compute_tag.outputs.version }}
with:
filename: .github/ISSUE_TEMPLATE/release.md
- uses: s3krit/matrix-message-action@v0.0.2