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

chore: DX-2271: Note about local tags #930

Merged
merged 2 commits into from
Oct 4, 2023
Merged

Conversation

carleeto
Copy link
Contributor

@carleeto carleeto commented Oct 4, 2023

Summary

This PR adds a note to the readme warning maintainers not to push local tags and also provides a convenience script to delete local tags that aren't on the remote.

Why the changes

A few times, tags have been manually pushed to this repo, which has broken the version calculation of the "Publish to NPM" workflow.

Things worth calling out

Without this PR, running .github/scripts/version_up.sh could end up creating local tags which then get pushed unintentionally.

Before submitting the PR, please consider the following:

  • Prefix your PR title with feat: , fix: , chore: , docs:, or refactor:.

@carleeto carleeto marked this pull request as ready for review October 4, 2023 02:35
@carleeto carleeto enabled auto-merge (squash) October 4, 2023 02:36
@carleeto carleeto merged commit dd9d383 into main Oct 4, 2023
6 checks passed
@carleeto carleeto deleted the DX-2271/local-tags-note branch October 4, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants