mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Update changelog (#10382)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
+173
-213
File diff suppressed because one or more lines are too long
+3
-1
@@ -54,7 +54,9 @@ commit_preprocessors = [
|
|||||||
{ pattern = '^QFix ', replace = "fix: " },
|
{ pattern = '^QFix ', replace = "fix: " },
|
||||||
{ pattern = '^qfix ', replace = "fix: " },
|
{ pattern = '^qfix ', replace = "fix: " },
|
||||||
{ pattern = '^QFIX: ', replace = "fix: " },
|
{ pattern = '^QFIX: ', replace = "fix: " },
|
||||||
{ pattern = '^Add ', replace = "feat: " },
|
{ pattern = '^Missing ', replace = "fix: Missing " },
|
||||||
|
{ pattern = '^Add missing ', replace = "fix: Add missing " },
|
||||||
|
{ pattern = '^Add ', replace = "feat: Add " },
|
||||||
{ pattern = '^Update ', replace = "chore: " },
|
{ pattern = '^Update ', replace = "chore: " },
|
||||||
{ pattern = '^Remove ', replace = "chore: " },
|
{ pattern = '^Remove ', replace = "chore: " },
|
||||||
{ pattern = '^Bump ', replace = "chore: " },
|
{ pattern = '^Bump ', replace = "chore: " },
|
||||||
|
|||||||
Reference in New Issue
Block a user