From e1cc9be786dcfb101c32f9250eb97c27eda42dc0 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 1 Nov 2024 10:22:14 +0100 Subject: [PATCH] - clarify non semver are filtered - FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1384 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b9886e..5cdf9fe 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ A full set list of possible output values for this action. > 2. Create an initial tag on the commit you want to begin a changelog from (for example `v0.0.1`). > [!NOTE] -> By default not specifying `fromTag` or `toTag` will resolve `toTag` from either the `ref` or alternatively fallback to the latest tag from the git API. `fromTag` is resolved by sorting tags using [semver](https://semver.org/). Check the [configuration](#configuration-specification) for alternatives. +> By default not specifying `fromTag` or `toTag` will resolve `toTag` from either the `ref` or alternatively fallback to the latest tag from the git API. `fromTag` is resolved by sorting tags using [semver](https://semver.org/). Tags not following semver are filtered out. Check the [configuration](#configuration-specification) for alternatives. > [!NOTE] > If you are behind a corporate HTTP proxy, you can set the `https_proxy` environment variable to the proxy URL. For reference, please see the Octokit [documentation](https://github.com/octokit/octokit.js/#proxy-servers-nodejs-only).