From 54009c574c9f42b1fe24690a384dc986ea1f8978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Postula?= Date: Wed, 23 Apr 2025 18:01:50 +0200 Subject: [PATCH] feat: add quote/unquote transformers --- content/en/docs/core/transformer.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/core/transformer.adoc b/content/en/docs/core/transformer.adoc index 975ba1ba0..d212715d7 100644 --- a/content/en/docs/core/transformer.adoc +++ b/content/en/docs/core/transformer.adoc @@ -48,6 +48,8 @@ A target receives information from the source then modifies that value with the | find |-| Search for a string value using regular expression and then return its value exist | findsubmatch |-| Search for a substring using a regular expression and return its content, more link:#_FindSubMatch[here] | semverinc| - | Bump semantic version, accept a comma separated list of ["major","minor","patch"] +| quote | false | Add quotes around the value | +| unquote | false | Remove quotes around the value | |===