File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ categories:
23
23
- ' kind/dependencies'
24
24
- ' kind/chore'
25
25
tag-template : " - $TITLE @$AUTHOR (#$NUMBER)"
26
+ exclude-labels :
27
+ - ' skip-changelog'
26
28
template : |
27
29
## Changes
28
30
@@ -31,8 +33,8 @@ template: |
31
33
## Geolite2 notice
32
34
33
35
This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com">https://www.maxmind.com</a>.
34
-
36
+
35
37
## Installation
36
38
37
39
Take a look at the [installation instructions](https://doc.crowdsec.net/docs/getting_started/install_crowdsec).
38
-
40
+
Original file line number Diff line number Diff line change 4
4
push :
5
5
# branches to consider in the event; optional, defaults to all
6
6
branches :
7
+ - main
7
8
- master
8
9
- releases/**
9
10
11
+ permissions :
12
+ contents : read
13
+
10
14
jobs :
11
15
update_release_draft :
16
+ permissions :
17
+ contents : write
18
+ pull-requests : read
12
19
runs-on : ubuntu-latest
13
20
steps :
14
21
# Drafts your next Release notes as Pull Requests are merged into "master"
15
22
- uses : release-drafter/release-drafter@v6
16
23
with :
17
- config-name : release-drafter.yml
18
24
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
19
- # config-name: my-config .yml
25
+ config-name : release-drafter .yml
20
26
env :
21
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments