Skip to content

Commit f3ec49b

Browse files
authored
Further Release Drafter tweaks (#395)
1 parent 72d977d commit f3ec49b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ categories:
2323
- title: "⬆️ Dependencies"
2424
labels:
2525
- "dependencies"
26+
exclude-labels:
27+
- "skip-changelog"
2628
version-resolver:
2729
minor:
2830
labels:

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- opened
77
- reopened
88
- synchronize
9+
push:
10+
branches:
11+
- main
912
jobs:
1013
update_release_draft:
1114
name: Update release draft

0 commit comments

Comments
 (0)