git-conventional-commits
git-conventional-commits copied to clipboard
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: https://github.com/facebook/jest/compare/v29.0.0...v29.0.1 v29.0.0 Blog post: https://jestjs.io/blog/2022/08/25/jest-29 Features...
Bumps [yargs](https://github.com/yargs/yargs) from 17.3.1 to 17.5.1. Changelog Sourced from yargs's changelog. 17.5.1 (2022-05-16) Bug Fixes add missing entries to published files (#2185) (5685382) address bug when strict and async middleware...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.2.1. Release notes Sourced from jest's releases. v29.2.1 Features [@jest/globals, jest-mock] Add jest.Spied* utility types (#13440) Fixes [jest-environment-node] make globalThis.performance writable for Node 19 and...
Bumps [yargs](https://github.com/yargs/yargs) from 17.5.1 to 17.6.0. Changelog Sourced from yargs's changelog. 17.6.0 (2022-10-01) Features lang: Czech locale (#2220) (5895cf1) usage: add YARGS_DISABLE_WRAP env variable to disable wrap (#2210) (b680ace) Bug...
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.2 to 2.3.4. Release notes Sourced from yaml's releases. v2.3.4 Do not throw for carriage return in tag shorthand (#501) v2.3.3 Do not throw error on malformed...
Would you be open to a change that would allow to group several commit types inside a changelog section, configuration could be something like: ```` headlines: feat: Features "fix,style": Enhancements...
When calling `git-conventional-commits init [options]` in a new repository, the options are not appended to the generated commit message hook. For example: In an empty repo I use `git-conventional-commits init...
Hi, I am looking for a reliable way how to detect whether a new version should be published based on the commits. E.g. if I only ammend the documentation and...