]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "v4: Add Release Drafter (#30701)" (#30711)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 4 May 2020 17:00:19 +0000 (20:00 +0300)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 17:00:19 +0000 (20:00 +0300)
This reverts commit f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5.

.github/release-drafter.yml [deleted file]
.github/workflows/release-notes.yml [deleted file]

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
deleted file mode 100644 (file)
index 6b58375..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-name-template: 'v$NEXT_PATCH_VERSION'
-tag-template: 'v$NEXT_PATCH_VERSION'
-prerelease: true
-exclude-labels:
-  - 'skip-changelog'
-categories:
-  - title: '🚀 Features'
-    labels:
-      - 'new-feature'
-      - 'feature'
-      - 'enhancement'
-  - title: '🐛 Bug fixes'
-    labels:
-      - 'fix'
-      - 'bugfix'
-      - 'bug'
-  - title: '🎨 CSS'
-    labels:
-      - 'css'
-  - title: '☕️ JavaScript'
-    labels:
-      - 'js'
-  - title: '📖 Docs'
-    labels:
-      - 'docs'
-  - title: '🌎 Accessibility'
-    labels:
-      - 'accessibility'
-  - title: '🧰 Misc'
-    labels:
-      - 'build'
-      - 'meta'
-      - 'chore'
-  - title: '📦 Dependencies'
-    labels:
-      - 'dependencies'
-change-template: '- #$NUMBER: $TITLE'
-template: |
-  ## Changes
-  $CHANGES
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
deleted file mode 100644 (file)
index 9f0f4f8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Release notes
-
-on:
-  push:
-    branches:
-      - v4-dev
-
-jobs:
-  update_release_draft:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: release-drafter/release-drafter@v5
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}