From 77fd3a51fc4eb720efe97002125105b42189fc2d Mon Sep 17 00:00:00 2001 From: dragos-mateescu-visma <83346176+dragos-mateescu-visma@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:44:08 +0300 Subject: [PATCH 1/2] Delete changelog-ci-config.json --- .github/workflows/changelog-ci-config.json | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/changelog-ci-config.json diff --git a/.github/workflows/changelog-ci-config.json b/.github/workflows/changelog-ci-config.json deleted file mode 100644 index 75565acc8..000000000 --- a/.github/workflows/changelog-ci-config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "changelog_type": "commit_message", - "header_prefix": "Version:", - "commit_changelog": true, - "comment_changelog": true, - "pull_request_title_regex": "^Release", - "group_config": [ - { - "title": "Bug Fixes", - "labels": ["bug", "bugfix"] - }, - { - "title": "Code Improvements", - "labels": ["improvements", "enhancement"] - }, - { - "title": "New Features", - "labels": ["feature"] - }, - { - "title": "Documentation Updates", - "labels": ["docs", "documentation", "doc"] - } - ] -} From c139f7327e083c775c7538f45d8f8b601878e8bb Mon Sep 17 00:00:00 2001 From: dragos-mateescu-visma <83346176+dragos-mateescu-visma@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:44:31 +0300 Subject: [PATCH 2/2] Create changelog-ci-config.json --- changelog-ci-config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 changelog-ci-config.json diff --git a/changelog-ci-config.json b/changelog-ci-config.json new file mode 100644 index 000000000..75565acc8 --- /dev/null +++ b/changelog-ci-config.json @@ -0,0 +1,25 @@ +{ + "changelog_type": "commit_message", + "header_prefix": "Version:", + "commit_changelog": true, + "comment_changelog": true, + "pull_request_title_regex": "^Release", + "group_config": [ + { + "title": "Bug Fixes", + "labels": ["bug", "bugfix"] + }, + { + "title": "Code Improvements", + "labels": ["improvements", "enhancement"] + }, + { + "title": "New Features", + "labels": ["feature"] + }, + { + "title": "Documentation Updates", + "labels": ["docs", "documentation", "doc"] + } + ] +}