Skip to content
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

Fix attempt to delete nonexistent npm tag #4374

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

frangio
Copy link
Contributor

@frangio frangio commented Jun 19, 2023

The release workflows for 4.9.1 and 4.9.2 failed because there's an attempt to delete the next tag, which is not present when we're releasing a patch. This PR will first check if the next tag exists, but also if it should be deleted. If we have next: 5.0.0-rc.0 and we publish latest: 4.9.4 we don't want to delete the next tag in that case.

@frangio frangio requested a review from a team June 19, 2023 23:31
@changeset-bot
Copy link

changeset-bot bot commented Jun 19, 2023

⚠️ No Changeset found

Latest commit: 053f04b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Member

@ernestognw ernestognw left a comment

Choose a reason for hiding this comment

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

LGTM, let's hope it doesn't break

@frangio frangio merged commit 9fa550c into OpenZeppelin:master Jun 20, 2023
@frangio frangio deleted the fix-delete-tag branch June 20, 2023 16:06
frangio added a commit that referenced this pull request Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants