Merge pull request #79 from kurnev/master

fix: Add pre-changelog-generation input in README
releases/v3
Tycho Bokdam 2020-12-14 19:17:00 +01:00 committed by GitHub
commit 6a931f0306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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