Skip to content

[codex] Add npm release workflow#15

Merged
nahiyankhan merged 1 commit into
mainfrom
codex/add-release-publishing
Jun 4, 2026
Merged

[codex] Add npm release workflow#15
nahiyankhan merged 1 commit into
mainfrom
codex/add-release-publishing

Conversation

@nahiyankhan

Copy link
Copy Markdown
Collaborator

Summary

Adds Ghost-style release plumbing for Madrigal:

  • configures Changesets for versioning and changelog generation
  • adds npm publish metadata and release scripts
  • adds a GitHub Actions release workflow that creates version PRs and publishes with provenance
  • documents the release workflow and seeds a changelog

Validation

  • pnpm exec biome check package.json .changeset/config.json README.md
  • node -e "const fs=require('fs'); const YAML=require('yaml'); YAML.parse(fs.readFileSync('.github/workflows/release.yml','utf8')); console.log('release workflow yaml ok')"
  • pnpm exec changeset --version
  • pnpm exec tsc -p tsconfig.build.json --pretty false
  • pre-push hook: pnpm biome check ., pnpm tsc --noEmit, pnpm vitest run

Note: I did not run the nested dev UI npm build in the clean worktree because npm ci --prefix src/dev/ui --ignore-scripts failed with npm's Exit handler never called error.

@nahiyankhan nahiyankhan force-pushed the codex/add-release-publishing branch from b410555 to 5cf4d64 Compare June 4, 2026 01:46
@nahiyankhan nahiyankhan marked this pull request as ready for review June 4, 2026 01:51
@nahiyankhan nahiyankhan merged commit f17c8f9 into main Jun 4, 2026
6 checks passed
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