-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-drafter.yml
More file actions
72 lines (63 loc) · 2.13 KB
/
release-drafter.yml
File metadata and controls
72 lines (63 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: ☢️ Breaking changes
labels:
- "☢️ breaking change"
- title: 🎉 Notable changes
labels:
- "notable changes"
- title: 🚀 New features and improvements
labels:
- enhancement
- title: 🐛 Bug fixes
labels:
- bug
- title: 📝 Documentation updates
labels:
- documentation
- title: 👻 Maintenance
labels:
- chore
- maintenance
- title: 🚦 Tests
labels:
- test
- title: ✍ Other changes
- title: 📦 Dependency updates
labels:
- dependencies
collapse-after: 5
- title: 🔐 Security
labels:
- "🔐 security"
exclude-labels:
- skip-changelog
- invalid
- dependencies-test-only
template: |
> [!CAUTION]
> Please fill out the "Notable Changes" section with information about each of the features, for instance how https://github.com/oapi-codegen/oapi-codegen/releases/tag/v2.2.0 was done
$CHANGES
## Sponsors
We would like to thank our sponsors for their support during this release.
> [!CAUTION]
> Please make sure that all the current sponsors (from our README) are added here.
>
> Please also note that the URLs will need pinning to the release we're about to publish.
i.e.
<p align="center">
<a href="https://elastic.co?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.0/.github/sponsors/elastic-light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.0/.github/sponsors/elastic-dark.svg">
<img alt="Elastic logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.0/.github/sponsors/elastic-dark.svg" height="100px">
</picture>
</a>
</p>
autolabeler:
- label: 'documentation'
files:
- '*.md'