From e18402810b3e6ef5973bb45fae85108e2bf47668 Mon Sep 17 00:00:00 2001 From: Rory Primrose Date: Tue, 3 Jan 2023 09:37:22 +1100 Subject: [PATCH] Changed label-prefix to tag-prefix --- docs/input/docs/reference/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/input/docs/reference/configuration.md b/docs/input/docs/reference/configuration.md index ca4826c8e5..efb8799dba 100644 --- a/docs/input/docs/reference/configuration.md +++ b/docs/input/docs/reference/configuration.md @@ -47,7 +47,7 @@ assembly-informational-format: '{InformationalVersion}' mode: ContinuousDelivery increment: Inherit continuous-delivery-fallback-label: ci -label-prefix: '[vV]' +tag-prefix: '[vV]' major-version-bump-message: '\+semver:\s?(breaking|major)' minor-version-bump-message: '\+semver:\s?(feature|minor)' patch-version-bump-message: '\+semver:\s?(fix|patch)' @@ -161,7 +161,7 @@ continuous-delivery-fallback-label: '' Doing so can be helpful if you use your `main` branch as a `release` branch. -### label-prefix +### tag-prefix A regex which is used to trim Git tags before processing (e.g., v1.0.0). Default is `[vV]`, although this is just for illustrative purposes as we do a IgnoreCase