Skip to content

Commit

Permalink
docs(config): add package lock commit description
Browse files Browse the repository at this point in the history
Ref: #11
  • Loading branch information
Marco Cesarato committed Apr 15, 2021
1 parent 2fc8247 commit 644cb05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dir or use the `--config` option to specify the location of your configuration f
- **Preset:** Add new types preset or modify existing types preset labels and description
- **Types:** Types allowed and showed on changelog. This setting could overwrite ignored types.
- **Package Bump:** Bump the package version in `composer.json` or `package.json` if files exists on the root path
- **Package Lock Commit:** Commit the package lock file (ex. `composer.lock`, `package.lock`, `yarn.lock`...)
- **Ignore Types:** Types ignored and so hidden on changelog
- **Ignore Patterns:** Patterns ignored and so hidden on changelog with a specific description. *(Regex are enabled)*
- **Tag Prefix:** Add prefix to release tag
Expand Down Expand Up @@ -73,6 +74,7 @@ return [
],
'types' => [],
'packageBump' => true,
'packageLockCommit' => true,
'ignoreTypes' => ['build', 'chore', 'ci', 'docs', 'perf', 'refactor', 'revert', 'style', 'test'],
'ignorePatterns' => ['/^chore\(release\):/i'],
'tagPrefix' => 'v',
Expand Down

0 comments on commit 644cb05

Please sign in to comment.