We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d977d commit f3ec49bCopy full SHA for f3ec49b
.github/release-drafter.yml
@@ -23,6 +23,8 @@ categories:
23
- title: "⬆️ Dependencies"
24
labels:
25
- "dependencies"
26
+exclude-labels:
27
+ - "skip-changelog"
28
version-resolver:
29
minor:
30
.github/workflows/release-drafter.yml
@@ -6,6 +6,9 @@ on:
6
- opened
7
- reopened
8
- synchronize
9
+ push:
10
+ branches:
11
+ - main
12
jobs:
13
update_release_draft:
14
name: Update release draft
0 commit comments