Skip to content

Tags: commitizen/cz-conventional-changelog

Tags

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #127 from zoffyzhang/master feat(engine): add support for disableSubjectLowerCase

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #63 from commitizen/renovate/configure Configure Renovate

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(types): add suport for custom types (#104) 

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(defaultValues): Added fallback for optional default values (#99) 

v3.1.0

Toggle v3.1.0's commit message
feat(engine): add support for disableScopeLowerCase (#96) 

v3.0.3

Toggle v3.0.3's commit message
fix: Update conventional-commit-types to the latest version 🚀 (#105) * fix(package): update conventional-commit-types to version 3.0.0 * chore(package): update lockfile package-lock.json

v3.0.2

Toggle v3.0.2's commit message
fix(config-loader): captured the direct dependency on commitizen for … …the use of the config loader (#90) fixes #89

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update longest to ^2 (#88) 

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove pre-node 10 support (#86) BREAKING CHANGE: Node 10 is LTS so please upgrade to it.

v2.1.0

Toggle v2.1.0's commit message
feat(prompt): add confirmation fields + edit for clarity (#58) * chore(config): switch czConfig to config * feat(prompts): add confirm and clarify language Breaking changes and issues now have confirm fields to ensure answers like "no" and "n/a" don’t accidentally create breaking changes. Updated language around scopes to be less confusing for non-Angular devs. Added examples for issue references/closing. fix #52 * fix(engine): remove unhandled Promise rejection handler This was for debugging and should not have been committed. * refactor: clean up grammar and punctuation