release-config-npm-no-publish
semantic-release release configuration template repository
How do I use it?
- modify
index.js
to export whatever release config you want, this is the shareable config that other releases will use. - Replace all instances of
release-config-npm-no-publish
with the name of your release config. It should follow the conventionrelease-config-{your name here}
- PR to main following conventional commits. Make sure your squash message follows conventional commits.
- The release workflow should run, and publish your shareable config to npm so you can use it in releases via extends as
@catalystsquad/release-config-{your name here}