Skip to content

[codex] Add npm release automation#4

Merged
paladini merged 1 commit into
mainfrom
codex/npm-release-automation
Jun 28, 2026
Merged

[codex] Add npm release automation#4
paladini merged 1 commit into
mainfrom
codex/npm-release-automation

Conversation

@paladini

Copy link
Copy Markdown
Owner

Summary

  • Add a tag-driven release workflow that validates the package, publishes missing npm versions, and creates or updates GitHub Releases.
  • Add npm package metadata, release docs, changelog, and npm-first installation guidance.
  • Extend SpecGov's own manifest so release/package files are governed by project docs.

Validation

  • npm test
  • npm run build
  • npm run lint
  • npm run typecheck
  • npm run format:check
  • git diff --check
  • workflow YAML parse check
  • npm pack --dry-run --json
  • specgov check-pr --format json against this change set

@paladini
paladini force-pushed the codex/npm-release-automation branch from 662e49e to 1eb217d Compare June 28, 2026 20:56
@paladini
paladini merged commit c4f218b into main Jun 28, 2026
1 check passed
@paladini
paladini deleted the codex/npm-release-automation branch June 28, 2026 20:58
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