skillhub/.github
Cheney 70b962a4c8 fix(cli): harden release pipeline per PR #422 review
1. npm version check: three-state logic (exists/missing/error) to prevent
   silent skip on network failures, registry 5xx, or auth issues.

2. workflow_dispatch: checkout the specified tag and validate SHA matches,
   preventing builds from wrong ref.

3. Atomic push: use `git push --atomic` and detect unpushed tags via
   `git ls-remote` instead of `--no-merged` (catches branch-pushed-but-
   tag-failed state).
2026-05-12 17:15:35 +08:00
..
ISSUE_TEMPLATE chore: add GitHub-reward form, scripts & actions (#221) 2026-04-07 19:02:59 +08:00
scripts feat(ci): add AI-powered release notes generation (#322) 2026-04-17 15:19:48 +08:00
workflows fix(cli): harden release pipeline per PR #422 review 2026-05-12 17:15:35 +08:00
pull_request_template.md Add OpenAPI drift validation and docs updates 2026-03-13 11:06:55 +08:00
release-template.md feat(ci): add AI-powered release notes generation (#322) 2026-04-17 15:19:48 +08:00