conventional-changelog-techor
v3.0.23
Published
Beautiful changelog based on Techor's conventional commits
Downloads
32
Maintainers
Readme
Getting Started
Skip if you have already run npm install techor
:
npm install conventional-changelog-techor -D
This package is used with Techor's semantic release.
Generated Example
https://github.com/master-co/css/releases/tag/v2.0.0-beta.77
Commit Header Format
The header has a particular format that includes a Type
, a Target
, and a Summary
:
Type(Target): Summary
┊ ┊
┊ └─⫸ Target: Workspace, Package or Role
┊
└─⫸ Type: Bump, Feat, New, Perf, Add, Update, Improve, Fix, Deprecate, Drop, Docs, Upgrade, Revert, Example, Test, Refactor, Chore, Misc
For full documentation, check out the Techor's conventional commits