-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease.yml
45 lines (45 loc) · 960 Bytes
/
release.yml
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
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
- renovate[bot]
categories:
- title: 🌟 Features
labels:
- feature
- title: 🐛 Bug Fixes
labels:
- bug
- title: 💥 Breaking Changes
labels:
- breaking
- title: ⚠️ Deprecated Features
labels:
- deprecated
- title: ⚡ Improvement Features
labels:
- improvement
- title: 🔒 Security Fixes
labels:
- security
- title: 📈 Performance Fixes
labels:
- performance
- title: 📝️ Documentations
labels:
- documentation
- title: 👕 Refactoring
labels:
- refactoring
- title: 🍭 Examples
labels:
- example
- title: 🌐 ♿ Internationalization or Accessibility Fixes
labels:
- a11y
- i18n
- title: 🪄 Others
labels:
- chore