-
Notifications
You must be signed in to change notification settings - Fork 44
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
ci: Add Pre-release action to synchronize branches #804
ci: Add Pre-release action to synchronize branches #804
Conversation
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.
Mostly nits, but looks great overall.
dryRun: | ||
description: 'Do a dry run to preview instead of a real release [true/false]' | ||
required: true | ||
type: boolean | ||
default: true |
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.
nitpick - The term dryRun
and the description isn't accurate here. Nothing is happening in the dryRun == true path, which I get is intentional - I'm being nitpicky about the variable name itself (and description). I'm not sure I have a better input here besides asking "Are you sure?" in this case.
dryRun: | |
description: 'Do a dry run to preview instead of a real release [true/false]' | |
required: true | |
type: boolean | |
default: true | |
dryRun: | |
description: 'Type in false to push a specific version of the mParticle Web SDK to all branches' | |
required: true | |
type: boolean | |
default: true |
# As a safe guard, if a valid release branch does not exist, | ||
# this step will fail and throw an error |
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.
# As a safe guard, if a valid release branch does not exist, | |
# this step will fail and throw an error | |
# As a safe guard, if a valid release branch does not exist, | |
# this step will fail and throw an error. | |
# Pushing previous versions of the SDK will require manual intervention. This action is not used for rollbacks. |
The commit name should also probably not be |
Co-authored-by: Robert Ing <[email protected]>
Co-authored-by: Robert Ing <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
69830ca
into
ci/SQDSDKS-5706-add-pre-release-action
Instructions
development
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)