From b75023f6a4a3ec3bd7428066cb045b2045d8f34b Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Wed, 30 Dec 2020 17:52:18 +0100 Subject: [PATCH] - add new configuration to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfa5625..2209165 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ For advanced use cases additional settings can be provided to the action | **Input** | **Description** | |-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `configuration` | Relative path, to the `configuration.json` file, providing additional configurations | +| `outputFile` | Optional relative path to a file to store the resulting changelog in. | | `owner` | The owner of the repository to generate the changelog for | | `repo` | Name of the repository we want to process | | `fromTag` | Defines the 'start' from where the changelog will consider merged pull requests |