From c2d3080f22006b243ba03dd26851ebe9abf5dcd2 Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 17 Sep 2024 09:02:05 +0200 Subject: [PATCH] chore: Add tools Refs: #OPS-10867 --- .changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changelog diff --git a/.changelog b/.changelog new file mode 100644 index 00000000..d99a566c --- /dev/null +++ b/.changelog @@ -0,0 +1,11 @@ + ['build', 'ci', 'docs', 'refactor', 'revert', 'style', 'test'], + 'tagPrefix' => 'v', + 'tagSuffix' => '', + 'commitUrlFormat' => '{{host}}/{{owner}}/{{repository}}/commit/{{hash}}', + 'compareUrlFormat' => '{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}', + 'issueUrlFormat' => 'https://humanitarian.atlassian.net/browse/{{id}}', + 'hiddenVersionSeparator' => true, +];