solink-semantic-release-config
v1.0.0
Published
Shared semantic-release configuration.
Readme
solink-semantic-release-config
To use, in your project run:
npm install --save-dev solink-semantic-release-config semantic-release- Add a
"semantic-release": "semantic-release"script to your package.json. - Add a GH_TOKEN and NPM_TOKEN to your CI build environment and run
npm run semantic-releaseafter your tests complete. - Add the following to a
.releaserc.jsfile in the root of your project:
module.exports = {
extends: 'solink-semantic-release-config',
};- Add a
[](https://github.com/semantic-release/semantic-release)badge to your README.md.
