1.0.1 • Published 3 years ago

semantic-release-custom-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Custom semantic release plugin

analyzeCommits Options

OptionDescription
subjectFilterstring or regexp used to detect commit by subject. If found, release type is set to "type" value
typerelease type if plugin find commits with message's subject conform to subjectFilter ('minor', 'major', 'patch', 'preminor', etc)

Publish

yarn config set registry https://registry.npmjs.org
YARN_REGISTRY=https://registry.npmjs.org yarn publish --access public