Skip to content

feat: migrate release automation workflow to pnpm#12

Merged
muqiuhan merged 4 commits intomainfrom
develop
Mar 13, 2026
Merged

feat: migrate release automation workflow to pnpm#12
muqiuhan merged 4 commits intomainfrom
develop

Conversation

@somhairle-marisol
Copy link
Collaborator

Summary

  • migrate the workspace and release automation from npm to pnpm
  • add a publishable @clinwise/release-scribe demo package for GitHub Packages validation
  • combine Changesets and git-cliff so version PRs, root changelog updates, and publish steps share one flow
  • document required GitHub Actions permissions for the release workflow

Validation

  • CI=true pnpm install --frozen-lockfile
  • pnpm lint
  • pnpm test
  • pnpm build
  • npm pack --dry-run --cache /tmp/npm-cache ./packages/release-scribe
  • pnpm run changeset:version
  • pnpm changeset publish for @clinwise/release-scribe@0.1.0

@muqiuhan muqiuhan merged commit 81e7314 into main Mar 13, 2026
2 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.

2 participants