Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/core/telemetry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ NOTE: `updatecli.push_commits` and `updatecli.prune_scm_branches` are only emitt

==== Span Events

[cols="1,3",options="header"]
[cols="1,1,3",options="header"]
|===
| Event | Span | Description

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/core/transformer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +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 |
| quote | false | Add quotes around the value
| unquote | false | Remove quotes around the value
|===


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prestart": "npm run clean",
"start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
"prebuild": "npm run clean",
"build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify",
"build": "exec-bin node_modules/.bin/hugo/hugo --gc",
"build:preview": "npm run build -D -F",
"clean": "shx rm -rf public resources",
"clean:install": "shx rm -rf package-lock.json node_modules ",
Expand Down
Loading