Merge pull request #79 from kurnev/master
fix: Add pre-changelog-generation input in READMEreleases/v3
commit
6a931f0306
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue