From d4736e8e6550aed362fc9112765e8adcf9cea15f Mon Sep 17 00:00:00 2001 From: NGPixel Date: Wed, 16 Nov 2022 19:04:27 -0500 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97ba496..d0a2ba0 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ jobs: ## Inputs * `token`: Your GitHub token (e.g. `${{ github.token }}`) - **REQUIRED** * `tag`: The latest tag which triggered the job. (e.g. `${{ github.ref_name }}`) - **REQUIRED (unless using `fromTag` and `toTag`)** -* `fromTag`: The tag from which the changelog is to be determined - **REQUIRED (unless using `tag`)** -* `toTag`: The tag up to which the changelog is to be determined - **REQUIRED (unless using `tag`)** +* `fromTag`: The tag from which the changelog is to be determined (latest) - **REQUIRED (unless using `tag`)** +* `toTag`: The tag up to which the changelog is to be determined (oldest) - **REQUIRED (unless using `tag`)** * `excludeTypes`: A comma-separated list of commit types you want to exclude from the changelog (e.g. `doc,chore,perf`) - **Optional** - Default: `build,docs,other,style` * `writeToFile`: Should CHANGELOG.md be updated with latest changelog - **Optional** - Default: `true` * `useGitmojis`: Should type headers be prepended with their related gitmoji - **Optional** - Default: `true`