Skip to content

Update release script to support making release candidates #1261

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

Merged
merged 4 commits into from
Oct 14, 2022

Conversation

taeold
Copy link
Contributor

@taeold taeold commented Oct 13, 2022

Adding a new flag to allow us to create a release candidates with versions like 4.0.0-rc.0.

Instructions added on go/publish-via-cloud-build.

echo "DEBUG: Running git status to show dirty files..."
git status
npm version $VERSION
if [[ $PRE_RELEASE == "" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we switch this if statement around since below we make the inverted check? Might be easier readability if they're all the same direction

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

goooood call.

@taeold taeold merged commit 7ed2dbb into master Oct 14, 2022
@taeold taeold deleted the dl-prerelease branch October 14, 2022 15:53
@t0mstah
Copy link

t0mstah commented Oct 14, 2022

This is breaking deploys when upgrading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants