Skip to content

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