fix: Add pre-changelog-generation input in README

releases/v3
Egor Kurnev 2020-12-14 21:13:18 +03:00
parent 040d8e90f4
commit 46a1a68683
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ This action will bump version, tag commit and generate a changelog with conventi
- **Optional** `pre-commit`: Path to the pre-commit script file. No hook by default.
- **Optional** `fallback-version`: The fallback version, if no older one can be detected, or if it is the first one. Default `'0.1.0'`
- **Optional** `config-file-path`: Path to the conventional changelog config file. If set, the preset setting will be ignored
- **Optional** `pre-changelog-generation`: Path to the pre-changelog-generation script file. No hook by default.
### Pre-Commit hook