@heyastro/semantic-release-config
v1.0.1
Published
Semantic release shared config
Downloads
8
Readme
@heyastro/semantic-release-config
Semantic release shared config
Installing
npm install -D @heyastro/semantic-release-configUsage
Create a semantic release configuration file and extend from this package
// release.config.js
module.exports = {
extends: ["@heyastro/semantic-release-config"],
}