Skip to content

fix: remove git commits from release workflow, auto-increment beta from npm - #22

Merged
MQ37 merged 2 commits into
mainfrom
fix/release-workflow-no-commits
Mar 4, 2026
Merged

fix: remove git commits from release workflow, auto-increment beta from npm#22
MQ37 merged 2 commits into
mainfrom
fix/release-workflow-no-commits

Conversation

@MQ37

@MQ37 MQ37 commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Removes all git commit, tag, and push steps to avoid branch protection conflicts (GH013)
  • Version bump is ephemeral — only lives in the published npm package
  • GitHub release is created from github.sha without pushing tags
  • Beta version auto-increments from the latest published beta on npm (e.g. if 0.1.11-beta.0 exists, next run produces 0.1.11-beta.1)

@MQ37
MQ37 merged commit c9cfefb into main Mar 4, 2026
5 of 6 checks passed
@jancurn
jancurn deleted the fix/release-workflow-no-commits branch May 12, 2026 20:42
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.

2 participants