Skip to content

Commit 0447d86

Browse files
committed
ci: add release.yml
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f492030 commit 0447d86

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
labels:
23+
- security
24+
- title: 💥 Breaking Changes
25+
labels:
26+
- breaking
27+
- title: 🚀 Enhancements
28+
labels:
29+
- enhancement
30+
- title: 🐛 Fixed bugs
31+
labels:
32+
- bug
33+
- title: Other Changes
34+
labels:
35+
- "*"

0 commit comments

Comments
 (0)