Skip to content

Check against NPM instead of git tag when determining if we should release a new version#56

Merged
MattiasOlla merged 1 commit into
masterfrom
fix/publish-npm-if-tag-exists
Apr 27, 2026
Merged

Check against NPM instead of git tag when determining if we should release a new version#56
MattiasOlla merged 1 commit into
masterfrom
fix/publish-npm-if-tag-exists

Conversation

@MattiasOlla
Copy link
Copy Markdown
Contributor

If you bump using the command npm version <major|minor|patch|...>, it will automatically create a git tag, and if this is pushed, we won't release a new version. Let's check directly if the version exists on NPM, which is what actually matters.

@MattiasOlla MattiasOlla requested a review from a team as a code owner April 20, 2026 08:41
Copy link
Copy Markdown

@drGeoBN drGeoBN left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Contributor

@kirinja kirinja left a comment

Choose a reason for hiding this comment

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

👑

@MattiasOlla MattiasOlla merged commit bd05690 into master Apr 27, 2026
6 checks passed
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