From 46a1a68683081dbea9a2545e842caf17bf0ddab1 Mon Sep 17 00:00:00 2001 From: Egor Kurnev Date: Mon, 14 Dec 2020 21:13:18 +0300 Subject: [PATCH] fix: Add pre-changelog-generation input in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ca34c8..bf4ddce 100644 --- a/README.md +++ b/README.md @@ -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