From 679f723540af3e83fec7e3472ca2b2a3a1a8891b Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 12 Nov 2021 11:40:13 +0100 Subject: [PATCH] - add README note for possible transformer in tag_resolver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03bdf92..f25794b 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ Table of descriptions for the `configuration.json` options to configure the resu | tag_resolver | Section to provide configuration for the tag resolving logic. Used if no `fromTag` is provided | | tag_resolver.method | Defines the method to use. Current options are: `semver`, `sort`. Default: `semver` | | tag_resolver.filter | Defines a regex which is used to filter out tags not matching. | +| tag_resolver.transformer | Defines a regex transformer used to optionally transform the tag after the filter was applied. Allows to adjust the format to e.g. semver. | | base_branches | The target branches for the merged PR, ingnores PRs with different target branch. Values can be a `regex`. Default: allow all base branches | ## Contribute 🧬