We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f492030 commit 0447d86Copy full SHA for 0447d86
1 file changed
.github/release.yml
@@ -0,0 +1,35 @@
1
+# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2
+# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
3
+# SPDX-License-Identifier: CC0-1.0
4
+changelog:
5
+ exclude:
6
+ authors:
7
+ - dependabot
8
+ - dependabot[bot]
9
+ - nextcloud-bot
10
+ - nextcloud-command
11
+ labels:
12
+ - automated
13
+ - dependencies
14
+ - duplicate
15
+ - invalid
16
+ - l10n
17
+ - question
18
+ - wontfix
19
+
20
+ categories:
21
+ - title: 🔐 Security
22
23
+ - security
24
+ - title: 💥 Breaking Changes
25
26
+ - breaking
27
+ - title: 🚀 Enhancements
28
29
+ - enhancement
30
+ - title: 🐛 Fixed bugs
31
32
+ - bug
33
+ - title: Other Changes
34
35
+ - "*"
0 commit comments