Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 1.65 KB

example-changelog-semantic_commits.template.md

File metadata and controls

44 lines (41 loc) · 1.65 KB

Changelist

Version: {{version}}

Features

{{#feat_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/feat_type_commits}}

Fixes

{{#fix_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/fix_type_commits}}

Other changes

{{#docs_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/docs_type_commits}} {{#style_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/style_type_commits}} {{#refactor_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/refactor_type_commits}} {{#perf_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/perf_type_commits}} {{#test_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/test_type_commits}} {{#build_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/build_type_commits}} {{#ci_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/ci_type_commits}} {{#chore_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/chore_type_commits}} {{#revert_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/revert_type_commits}} {{#unknown_type_commits}} -{{#breaking}} BREAKING CHANGE{{/breaking}} {{subject}} {{/unknown_type_commits}}