node-semantic-git-commit-cli
node-semantic-git-commit-cli copied to clipboard
A CLI for semantic git commits
Hello, i tried to run the sgc with -t block, but it's spitting out errors `(node:6951) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'includes' of undefined at Object.when (/Users/ignasius/.nvm/versions/node/v12.18.2/lib/node_modules/semantic-git-commit-cli/dest/questions.js:86:46) at /Users/ignasius/.nvm/versions/node/v12.18.2/lib/node_modules/semantic-git-commit-cli/node_modules/run-async/index.js:49:25 at...
Default of "prefix" should be the last typed value. **Use case:** I am working on an issue number 93 but have multiple commits. I do not want to type "93"...
With command `sgc which-config` it should show where the applied config is located.
Scope type: `'single' | 'multiple'` . Default: `'single'`. Multiple scope format: `Feat(scope1, scope2)`
Right now there is no way to detect if a message is longer than maxChar. We should add a feature that allows us to show every character over maxChar in...
How about something like `eslint`. They got an `extends` in their config. This allows us to import commit standards from anybody. It could look like this: ```js ... "extends": "this-config"...
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) and [got](https://github.com/sindresorhus/got). These dependencies needed to be updated together. Updates `cacheable-request` from 7.0.2 to 10.2.7 Release notes Sourced from cacheable-request's releases. v10.2.6 Fix for memory leak on Listeners...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...