- adjust logic to collect entries in the category (with the side effect for it to have autamtic support to inject changelog lines)

This commit is contained in:
Mike Penz
2024-03-01 19:11:06 +00:00
committed by GitHub
parent 47ab0d34bc
commit eaf255d3da
3 changed files with 59 additions and 17 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ Regex replace pattern
"source": "TITLE",
"transformer": {
"pattern": "\\s*\\[([A-Z].{2,4}-.{2,5})\\][\\S\\s]*",
"target": ", [$1](https://corp.ticket-system.com/browse/$1)"
"target": "- [$1](https://corp.ticket-system.com/browse/$1)"
}
}
```