From a048bfac80a9681ea279a49df647c169470ac54b Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Mon, 19 Oct 2020 18:55:00 +0200 Subject: [PATCH] - highlight versioning resolving automation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f2eec5..ee58fdb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ Specify the action as part of your GitHub actions workflow: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -By default the action will try to automatically retrieve the `tag` from the current commit and automatically resolve the `tag` before. Read more about this here. +By default the action will try to automatically retrieve the `tag` from the current commit and automatically resolve the `tag` before. Automatic previous tag resolving is done using `semver`. + +If you require a different versioning scheme please open an issue [issue](https://github.com/mikepenz/release-changelog-builder-action/issues). Alternative you can always specifically supply the `fromTag` via the [configuration](#advanced-workflow-specification). ### Action outputs