1.0.0 • Published 4 months ago

@sngular/semantic-release-config v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
4 months 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