Standard-version: Is it comaptibile with commitizen?

Created on 2 May 2016  路  5Comments  路  Source: conventional-changelog/standard-version

Hi,
I'm trying to use commitizen with standard version but i'm not getting a correct format of CHANGELOG.md. Is Standard-version compatibile with commitizen commit formats? If not which alternative can i use to ensure best practise for commits ?

Thank you

Most helpful comment

Can we close this issue and move the discussion to related issues?

All 5 comments

Update: only bug fix and feature are implemented. Styles and chore for example are not working.

@marcoturi currently standard-version uses the angular convention for changelog generation;

I'd definitely be interested in discussing with @stevemao and @nexdrew about whether we should support a few more verbs.

There are also a few features of the angular template I'd be interested in potentially moving away from, e.g., https://github.com/conventional-changelog/conventional-commits-parser/issues/27

Styles and chore for example are not working.

This is not true. If they don't contain a BREAKING CHANGE they are omitted since they don't make any difference to the end-user (this was discussed in the angular repo).

I'd definitely be interested in discussing with @stevemao and @nexdrew about whether we should support a few more verbs.

@bcoe You might be interested in https://github.com/conventional-changelog/conventional-changelog/pull/146
https://github.com/Jimdo/changelogrc-spec

Can we close this issue and move the discussion to related issues?

Was this page helpful?
0 / 5 - 0 ratings