2.0.0 • Published 1 year ago

@sngular/semantic-release-config v2.0.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

@sngular/semantic-release-config

Sharable semantic-release config enforcing SNGULAR style guidelines. Uses:

Getting started

Install:

npm install --save-dev @sngular/semantic-release-config

Config for Single package repo:

echo "module.exports = require(\"@sngular/semantic-release-config\");" > release.config.cjs

config for monorepo:

echo "module.exports = require(\"@sngular/semantic-release-config/monorepo\");" > release.config.cjs