Conversation
…tion' for GitHub Release creation
|
Thank you for the contribution! Unfortunately, we need to reject this change. Adding the
See npm/cli#7586 for related context on npm publishing constraints. Closing this PR to protect the release pipeline. Thank you for your understanding! |
|
Apologies for closing this right away — I should have given you time to respond. I understand the intent here: having GitHub Releases created automatically would be a nice improvement. The concern is specifically about the If you have ideas on how to achieve automatic GitHub Release creation without interfering with the OIDC publishing flow (e.g., a separate workflow step or action), I'd be happy to explore that. Reopening for discussion. |
Overview
Add
publishoption tochangesets/actionto enable automatic GitHub Release creation on publish.Previously, npm publish was handled in a separate step, which created tags but did not generate GitHub Releases. By moving the publish command into
changesets/action, it now automatically creates GitHub Releases after publishing.Reference: toss/suspensive release workflow
Checklist
yarn run fixto format and lint the code and docs?yarn run test:coverageto make sure there is no uncovered line?