Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Tags: BundleStars/cz-customizable

Tags

v6.3.0

Toggle v6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: package url inside package.json after org creation (leoforfree#130)

v6.2.1

Toggle v6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: support prepared commit message (leoforfree#122)

* fix: support passed commit message

When used as a git hook, using git commit -m'my message' was not making use of 'my message'. Now it does.

* style: Array destructuring and import order

* style: remove whitespace

* test: add tests for prepared commit

Co-authored-by: Leonardo Correa <leonardoanalista@gmail.com>

v6.2.0

Toggle v6.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: standalone version of this lib (leoforfree#90)

ISSUES CLOSED: leoforfree#89

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add new option askForBreakingChangeFirst (leoforfree#84)

This will allow us to have the breaking change as first question

ISSUES CLOSED: 32

v6.0.0

Toggle v6.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: `yes` should be default for confirmCommit (leoforfree#85)

BREAKING CHANGE:
Now 'yes' is the default option. It means you can press ENTER all the way to the end.

v5.10.0

Toggle v5.10.0's commit message
feat: add configuration option upperCaseSubject (leoforfree#83)

ISSUES CLOSED: leoforfree#82

v5.9.0

Toggle v5.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add option for breakline in footer and body (leoforfree#80)

ISSUES CLOSED: leoforfree#29

v5.8.0

Toggle v5.8.0's commit message
feat: add possibility to set empty footerPrefix (leoforfree#74)

ISSUES CLOSED: leoforfree#73

v5.7.0

Toggle v5.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add options subjectSeparator typePrefix and typeSuffix (leoforf…

…ree#77)

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: make entry point executable (leoforfree#76)