@catalystsquad/release-config-javascript-actions
v1.0.2
Published
semantic-release shareable release configuration template repository
Downloads
3
Readme
release-config-javascript-actions
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-javascript-actions
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}