diff --git a/.github/changelog-configuration.json b/.github/changelog-configuration.json deleted file mode 100644 index 18c0b8c58..000000000 --- a/.github/changelog-configuration.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "categories": [ - { - "title": "๐Ÿš€ Features", - "labels": ["feature", "enhancement"] - }, - { - "title": "๐Ÿ› Bug Fixes", - "labels": ["fix", "bugfix", "bug"] - }, - { - "title": "๐Ÿงน Chores", - "labels": ["chore", "maintenance"] - } - ], - "sort": "ASC", - "template": "${{CHANGELOG}}" -} diff --git a/.github/workflows/build_and_update_changelog.yml b/.github/workflows/build_and_update_changelog.yml deleted file mode 100644 index fdd561152..000000000 --- a/.github/workflows/build_and_update_changelog.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Build and Update Changelog -on: - push: - branches: - - main -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Build Changelog - id: build_changelog - uses: mikepenz/release-changelog-builder-action@v2 - with: - configuration: ".github/changelog-configuration.json"