npm.io
3.2.5 • Published 1 year ago

conventional-changelog-techor

Licence
MIT
Version
3.2.5
Deps
3
Size
18 kB
Vulns
0
Weekly
0
Stars
11

techor

Beautiful changelog based on Techor's conventional commits

NPM Version NPM Version NPM package ( download / month ) Follow @mastercorg Github release actions


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

changelog-example

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


NPM Version