This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
Conversation
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
chevdor
added
A2-insubstantial
Pull request requires no code review (e.g., a sub-repository hash update).
A0-pleasereview
B0-silent
Changes should not be mentioned in any release notes
labels
Nov 23, 2021
For this workflow to work, the following issue are required: |
apopiak
reviewed
Nov 24, 2021
apopiak
reviewed
Nov 24, 2021
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
chevdor
force-pushed
the
wk-release-start
branch
from
November 24, 2021 13:47
ef92d07
to
6a3c66e
Compare
apopiak
reviewed
Nov 24, 2021
apopiak
reviewed
Nov 24, 2021
alvicsam
approved these changes
Nov 24, 2021
apopiak
approved these changes
Nov 24, 2021
apopiak
added a commit
that referenced
this pull request
Dec 1, 2021
* Initial version * Fix branch pattern * Fix template * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Rebase master and fmt * Swap out Polkadot JS section for integration tests + remove tags * remove tags Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
chevdor
added a commit
that referenced
this pull request
Dec 1, 2021
* Initial version * Fix branch pattern * Fix template * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Rebase master and fmt * Swap out Polkadot JS section for integration tests + remove tags * remove tags Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
apopiak
added a commit
that referenced
this pull request
Dec 1, 2021
…819) * CI: Release start (#788) * Initial version * Fix branch pattern * Fix template * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Rebase master and fmt * Swap out Polkadot JS section for integration tests + remove tags * remove tags Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Allow manual start Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A2-insubstantial
Pull request requires no code review (e.g., a sub-repository hash update).
B0-silent
Changes should not be mentioned in any release notes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR allows starting a release process as soon as the release branch is created.
It is very close to what we do in the Polkadot repo.
The release branches are defined by the following pattern (Github does not support regexp):
So a valid release branch will be
release-statemine-v7.0.0
for instance.