-
Notifications
You must be signed in to change notification settings - Fork 797
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
Improve Create release draft workflow + templates for the free notes and docker images sections in the notes #4371
Improve Create release draft workflow + templates for the free notes and docker images sections in the notes #4371
Conversation
You may also pull it with: | ||
|
||
``` | ||
docker pull parity/polkadot:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: the hash could be in here to ensure that they pull the released version.
@@ -48,5 +48,3 @@ jobs: | |||
Release version: [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) | |||
|
|||
----- | |||
|
|||
${{github.event.release.body}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So there is a link to the full notes instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So there is a link to the full notes instead?
Yep, otherwise it might fail like after the last release, because the message was too large for the Element
e434176
…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.
…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.
This PR has the following changes:
polkadot
andpolkadot-parachain
binaries at the end of the release draft.