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

2024 11 automatically tag releases #1930

Merged
merged 5 commits into from
Dec 2, 2024
Merged

Conversation

45930
Copy link
Contributor

@45930 45930 commented Nov 27, 2024

After releasing a new version to NPM, tag that version on githb

@45930 45930 requested a review from a team as a code owner November 27, 2024 17:49
@45930 45930 requested a review from Trivo25 November 27, 2024 17:51
Copy link
Member

@Trivo25 Trivo25 left a comment

Choose a reason for hiding this comment

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

this is probably obsolete then and we can remove it

if git rev-parse $NEW_VERSION >/dev/null 2>&1; then
git tag -d $NEW_VERSION
git push origin :refs/tags/$NEW_VERSION
fi

@45930 45930 merged commit bc9435e into main Dec 2, 2024
28 checks passed
@45930 45930 deleted the 2024-11-automatically-tag-releases branch December 2, 2024 17:15
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.

2 participants