The workflow file .github/workflows/release-please.yml is named after Release Please, a tool we evaluated but didn't adopt. It actually runs the Changesets CLI. The misleading name causes confusion when reading the release docs or investigating CI failures.
Change: rename to changeset-version.yml and update any references in RELEASING.md.
The workflow file
.github/workflows/release-please.ymlis named after Release Please, a tool we evaluated but didn't adopt. It actually runs the Changesets CLI. The misleading name causes confusion when reading the release docs or investigating CI failures.Change: rename to
changeset-version.ymland update any references inRELEASING.md.