forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Create release draft workflow + templates for the free notes …
…and docker images sections in the notes (paritytech#4371) This PR has the following changes: - New templates for the free notes and docker images sections in the release notes. There is going to be a section for the manual additions to the release notes + a section with the links to the docker images for `polkadot` and `polkadot-parachain` binaries at the end of the release draft. - Fix for matrix section in the Create release draft flow (adds the release environment variable) - Reduction of the message which is posted to the announcement chats, as the current one with the full release notes text is too big.
- Loading branch information
1 parent
4615051
commit 5c09c22
Showing
6 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
{# This file uses the Markdown format with additional templating such as this comment. -#} | ||
{# Such a comment will not show up in the rendered release notes. -#} | ||
{# The content of this file (if any) will be inserted at the top of the release notes -#} | ||
{# and generated for each new release candidate. -#} | ||
{# Ensure you leave an empty line at both top and bottom of this file. -#} | ||
|
||
<!-- Such a comment will be rendered but remain invisible in the rendered markdown --> | ||
<!-- Edit below this line --> | ||
<!-- Edit above this line --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
## Docker images | ||
|
||
The docker images for the `polkadot` node binary and the `polkadot-parachain` binary can be found at Docker hub (will be available a few minutes after the release has been published): | ||
- [Polkadot image](https://hub.docker.com/r/parity/polkadot/tags?page=1&ordering=last_updated) | ||
- [Polkadot-Parachain image](https://hub.docker.com/r/parity/polkadot-parachain/tags?page=1&ordering=last_updated) | ||
|
||
|
||
You may also pull it with: | ||
|
||
``` | ||
docker pull parity/polkadot:latest | ||
``` | ||
|
||
or | ||
|
||
``` | ||
docker pull parity/polkadot-parachain:latest | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters