From 72f8821e9bc5cf9a9bc24e55c7473ad3910f79a4 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 16 Oct 2020 20:39:03 +0200 Subject: [PATCH] - add additional config flag to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d2a45a..b1c1ab7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ For advanced usecases additional settings can be provided to the action configuration: "configuration_complex.json" owner: "mikepenz" repo: "release-changelog-builder-action" + ignorePreReleases: "false" # allows to skip any pre releases, if `fromTag` needs to be automatically resolved (ignores 0.0.2-rc02 for example) - only relevant if `fromTag` is not provided fromTag: "0.0.2" toTag: "0.0.3" token: ${{ secrets.GITHUB_TOKEN }} # the token to use, for a different repository a PAT is required (Personal access token)