@gruzf/numen-semantic
v1.11.0
Published
<!-- badgeSectionStart -->
Readme
numen semantic
:tada: This README.md file was automatically generated with @gruzf/numen-help
Install
npm install @gruzf/numen-semanticor
yarn add @gruzf/numen-semanticUsage
Usage: numen-semantic [options] [command]
Options:
-h, --help display help for command
-v, --version output the version number
Commands:
changelog Create or update the main Changelog
prepare Prepare the project for release
release Update the library version using
semantic-releaseCommands
changelog
Usage: numen-semantic changelog [arguments] [options]
Create or update the main Changelog
Arguments:
<text> Description for Changelog to add required
Options:
--monoRepoDeep <deep> Search depth of the main
package.jsonprepare
Usage: numen-semantic prepare [options]
Prepare the project for release
Options:
--npm Prepare for npm
publishing
-gl, --gitlab-ci <scripts...> Generate or update
.gitlab-ci.yml for
monorepo
-s, --scripts <scripts...> Update scripts for
monoreporelease
Usage: numen-semantic release [options]
Update the library version using semantic-release
Options:
--monoRepoDeep <deep> Search depth of the main
package.json
--npm Use npm publishing
--pkgRoot [path] Use a specific path for
pkgRoot. If true, the default
value is outDir from
tsconfig.json or tsup.config.ts