lyn-conventional-changelog
v1.0.7
Published
Commitizen adapter following the conventional-changelog format.
Downloads
5
Readme
cz-conventional-changelog
Recommended workflow
- Make changes(修改)
- Commit those changes(提交)
- Make sure Travis turns green(运行ci)
- Bump version in package.json(提高版本号)
- conventionalChangelog(生成changelog)
- Commit package.json and CHANGELOG.md files(提交package.json和changelog)
- Tag(打tag)
- Push(push 代码)