commitpal
commitpal copied to clipboard
A delightful CLI tool for building complex commit messages
When there is no commitpal config, add standard commit message option to the list of fallback options.
https://www.conventionalcommits.org/en/v1.0.0/
``` Error: Project name could not be inferred. Please specify the `projectName` option. at new Conf (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/node_modules/conf/index.js:70:11) at main (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/bin/index.js:77:19) at Object. (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/bin/index.js:147:1) at Module._compile (internal/modules/cjs/loader.js:774:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:785:10) at...
Create a validate command that takes your commits and validates them against the provided config.
Support passing git commit flags such as `--no-verify`
Add a check for .commitpalrc why? To support a standard way for "hidden" configurations. ;)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 1.129.0 to 3.16.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 97fde2c: Support the use of -B in place of the default -b in checkout methods...
Welcome to Hypermod! 🚀 This PR introduces the Hypermod Workflow File which connects the repository to Hypermod. The workflow will be triggered by Hypermod when a deployment is requested, which...