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

[ci] Bug Fix: Force tag update so create release branch can be run multiple times #7146

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

etrepum
Copy link
Collaborator

@etrepum etrepum commented Feb 6, 2025

Description

In situations where the release tag needs to be created multiple times, such as when an issue is found before doing the release, or when testing the create release branch workflow, it can be beneficial to overwrite an existing tag.

Test plan

✅ This succeeded https://github.com/facebook/lexical/actions/runs/13189827205/job/36820366940

git tag -f -a v0.24.0 -m v0.24.0
Updated tag 'v0.24.0' (was faeebd2e9)
git push origin +refs/tags/v0.24.0 +refs/heads/latest__release +refs/heads/latest__release:refs/heads/0.24.0__release
To https://github.com/facebook/lexical
 + d6d68edec...dad5777a5 latest__release -> 0.24.0__release (forced update)
 + d6d68edec...dad5777a5 latest__release -> latest__release (forced update)
 + faeebd2e9...42ff65776 v0.24.0 -> v0.24.0 (forced update)

Copy link

vercel bot commented Feb 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 6, 2025 11:24pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 6, 2025 11:24pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 6, 2025
@etrepum etrepum marked this pull request as ready for review February 6, 2025 23:28
@etrepum etrepum added this pull request to the merge queue Feb 7, 2025
Merged via the queue into main with commit 65bf70d Feb 7, 2025
41 checks passed
@etrepum etrepum deleted the postversion-tag-force branch February 7, 2025 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants