← Back to list

release-npm-trustme
by regenrek
npm-trustme automates npm Trusted Publisher setup
⭐ 4🍴 1📅 Jan 18, 2026
SKILL.md
name: release-npm-trustme description: Release automation for npm-trustme. Use when asked to cut a new npm-trustme version, run the release script, or tag/publish a new release.
release-npm-trustme
Overview
Run scripts/release.ts to bump the version, build, tag, and push a release for npm-trustme.
Workflow
- Open the repo:
cd ~/projects/npm-trustme - Ensure the working tree is clean (the script will refuse to run otherwise).
- Pick the version bump:
patch|minor|majoror a specific semver. - Run:
pnpm tsx scripts/release.ts <bump> - The script builds, commits, tags, pushes, and (if
ghis installed) creates/updates a GitHub Release.
Examples
pnpm tsx scripts/release.ts patch
pnpm tsx scripts/release.ts minor
pnpm tsx scripts/release.ts 0.2.0
Notes
- The script pushes to the current branch and tags; confirm the branch before running.
- Release notes use
CHANGELOG.mdif present. SetGH_NOTES_REFto override the changelog section.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon