@avolantis/conventional-changelog-conventionalcommits
v0.1.3
Published
Shared conventional changelog preset for Avolantis commit conventions
Readme
@avolantis/conventional-changelog-conventionalcommits
Shared preset for conventional-changelog and standard-version to use with Avolantis commit conventions.
Install
pnpm add -D standard-version @avolantis/conventional-changelog-convetionalcommitsThis package can be used with
standard-version,
conventional-changelog-cli
or with the
conventional-changelog
api, however normally standard version is the recommended tool to be used.
Commit types
| Type | Description | Shown in changelog |
| ---------- | ------------------------ | ------------------ |
| cr | Change requests | :heavy_check_mark: |
| feat | New features | :heavy_check_mark: |
| fix | Bug fixes | :heavy_check_mark: |
| perf | Performance improvements | :heavy_check_mark: |
| build | Build ecosystem | :x: |
| chore | Other | :x: |
| ci | Continuous integration | :x: |
| docs | Project documentation | :x: |
| style | Styling and design | :x: |
| refactor | Code refactoring | :x: |
| revert | Commit reverts | :x: |
| test | Test related | :x: |
| wip | Work in progress | :x: |
