conventional-changelog / conventional-changelog-config-spec

a spec describing the config options supported by conventional-config for upstream tooling
109 stars 32 forks source link

Should we include a `revert` session? #85

Open liufuyang opened 1 year ago

liufuyang commented 1 year ago

It looks like it is not defined but recommended:

Conventional Commits does not make an explicit effort to define revert behavior. Instead we leave it to tooling authors to use the flexibility of types and footers to develop their logic for handling reverts.

One recommendation is to use the revert type, and a footer that references the commit SHAs that are being reverted:

revert: let us never again speak of the noodle incident
Refs: 676104e, a215868

Should we add similar section in the doc?