Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Create release-tagging github action #5225

Merged
merged 4 commits into from
Mar 14, 2020
Merged

Conversation

s3krit
Copy link
Contributor

@s3krit s3krit commented Mar 11, 2020

The intent of the release tag is to always track the current/latest release (used in CI scripts like check_runtime.sh). This github action will run whenever a new release is prereleased or published, and force an update to the release tag.

Note: there's a small bug at the moment whereby for prereleases, the action will run twice, and one of the two jobs will fail. Currently WIP until I find out if I can fix this.

Uses an action that I forked, which I retain control of for now. Can probably move it to the paritytech repo at some point
@s3krit s3krit added A3-in_progress Pull request is in progress. No review needed at this stage. M1-ci B0-silent Changes should not be mentioned in any release notes labels Mar 11, 2020
s3krit added 3 commits March 11, 2020 15:32
`published` action is triggered whether the release is a pre-release or not.
@s3krit s3krit added A0-please_review Pull request needs code review. and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Mar 11, 2020
@gavofyork gavofyork merged commit 31e84af into master Mar 14, 2020
@gavofyork gavofyork deleted the mp-release-tag-tracking branch March 14, 2020 11:57
General-Beck pushed a commit to General-Beck/substrate that referenced this pull request Mar 17, 2020
* Create release-tagging github action

Uses an action that I forked, which I retain control of for now. Can probably move it to the paritytech repo at some point

* Remove 'prereleased' trigger

`published` action is triggered whether the release is a pre-release or not.

* Update release-tagging.yml

* Remove superfluous cmment
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants