1.0.0 • Published 5 years ago
solink-semantic-release-config v1.0.0
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-release
after your tests complete. - Add the following to a
.releaserc.js
file 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.
1.0.0
5 years ago