Skip to content

Fix npm bin metadata and publish 1.0.2 - #7

Merged
DiTo97 merged 1 commit into
mainfrom
fix/npm-bin-1.0.2
Apr 17, 2026
Merged

Fix npm bin metadata and publish 1.0.2#7
DiTo97 merged 1 commit into
mainfrom
fix/npm-bin-1.0.2

Conversation

@DiTo97

@DiTo97 DiTo97 commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • change the package bin path to npm's accepted format so publish keeps the git-tasks executable
  • bump the package from 1.0.1 to 1.0.2
  • keep the previously fixed release workflow unchanged

Test plan

  • npm ci
  • npm test
  • npm run pack:dry-run
  • npm publish --dry-run

Context

  • the v1.0.1 release run reached npm publish but npm warned that bin[git-tasks] was invalid and removed it during publish preparation
  • 1.0.2 avoids reusing the failed v1.0.1 tag while preserving a publishable CLI package

🤖 Generated with Claude Code

Use an npm-compatible bin path so publish keeps the git-tasks executable and roll the package forward to 1.0.2 after the failed 1.0.1 publish attempt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@DiTo97
DiTo97 merged commit fda9208 into main Apr 17, 2026
2 checks passed
@DiTo97
DiTo97 deleted the fix/npm-bin-1.0.2 branch April 25, 2026 17:51
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.

1 participant