glint icon indicating copy to clipboard operation
glint copied to clipboard

npx create-release-plan-setup@latest --update

Open NullVoxPopuli opened this issue 2 years ago • 1 comments

What's release-plan?

A hybrid of the best parts of release-it and changesets.

Repo / docs here: https://github.com/embroider-build/release-plan

This allows folks with GH Maintainer access to preview and release to npm without actually needing to have any keys locally on their machine (or access to the npm package, which makes management of the repo separate from the npm package easy and encouraged).

  • Everything is automated via GH Action workflows.
  • We release by merging the "prepare release" preview PR.
  • Changelog entries are determined by labels on the PRs (see release-plan readme)
    • we edit the changelog text via editing the PR title

See the newly added RELEASE.md for details.

NullVoxPopuli avatar Jan 05 '24 16:01 NullVoxPopuli

Gotta convert to pnpm, because release-plan doesn't support yarn: https://github.com/embroider-build/scenario-tester/pull/27

NullVoxPopuli avatar Jan 05 '24 17:01 NullVoxPopuli