-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease.yml
More file actions
52 lines (41 loc) · 884 Bytes
/
release.yml
File metadata and controls
52 lines (41 loc) · 884 Bytes
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
---
#
# Release Changelog
#
# See: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
#
changelog:
exclude:
labels:
- 'skip-changelog'
- 'no-changelog'
authors: []
categories:
- title: "\U0001F680 Features"
labels:
- 'feature'
- 'enhancement'
- title: "\U0001F41B Bug Fixes"
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: "\U0001F9F0 Maintenance"
labels:
- 'chore'
- 'github'
- title: '⬆️ Dependencies'
labels:
- 'dependencies'
- 'deps'
- title: "\U0001F4D6 Documentation"
labels:
- 'documentation'
- 'docs'
- 'doc'
- title: "\U0001F6E1️ Security"
labels:
- 'security'
- title: 'Other Changes'
labels:
- "*"