Skip to content

How to generate a changelog? #169

Answered by Zhengqbbb
Lekesoldat asked this question in Q&A
Discussion options

You must be logged in to vote

tools like standard-changelog and conventional-changelog-cli does not seem to recognize the commits with custom scopes.

It shouldn't be. czg follows the standard Conventional Commits
So czg can be recognized by most changelog tools
https://github.com/Zhengqbbb/cz-git/blob/main/CHANGELOG.md


"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run -r --stream release:changelog",

cz-git/.x-cmd/release

Lines 15 to 19 in 56f91af

pnpm bumpp "$version" \
package.json packages/*/package.json packages/@cz-git/*/package.json \
--execute="pnpm run release" \
--commit "build: :bookmark…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Lekesoldat
Comment options

Answer selected by Lekesoldat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants