Skip to content

Commit 6f9a298

Browse files
authored
Replace release drafter with Github release note generation (#3196)
1 parent d9d93c0 commit 6f9a298

File tree

3 files changed

+19
-54
lines changed

3 files changed

+19
-54
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
changelog:
2+
exclude:
3+
labels: []
4+
authors: []
5+
categories:
6+
- title: Breaking Changes
7+
labels: ['breaking']
8+
- title: New Features
9+
labels: ['feature']
10+
- title: Improvement
11+
labels: ['improvement']
12+
- title: Bug Fixes
13+
labels: ['bugfix']
14+
- title: Dependencies
15+
labels: ['dependencies']
16+
- title: Maintenance
17+
labels: ['documentation', 'ci']
18+
- title: Others
19+
labels: ['*']

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,3 @@ jobs:
7474
with:
7575
name: Event File
7676
path: ${{ github.event_path }}
77-
78-
draft:
79-
runs-on: ubuntu-latest
80-
needs: test_success
81-
if: github.ref == 'refs/heads/main'
82-
steps:
83-
- uses: release-drafter/release-drafter@v5
84-
env:
85-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy