forked from JamesIves/github-pages-deploy-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.yml
More file actions
37 lines (37 loc) · 740 Bytes
/
Copy pathrelease.yml
File metadata and controls
37 lines (37 loc) · 740 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
changelog:
categories:
- title: Breaking Changes 💥
labels:
- breaking 💥
- breaking
- title: New Features 🎉
labels:
- feature ✨
- feat
- title: Bug Fixes 🐝
labels:
- fix 🐝
- bug 🐝
- fix
- title: Performance ⚡
labels:
- performance ⚡
- perf
- title: Build 🔧
labels:
- build 🔧
- build
- title: Testing 🧪
labels:
- test 🧪
- test
- title: Documentation 📖
labels:
- documentation 📖
- docs
- title: Dependencies 🤖
labels:
- dependencies
- title: Other Changes
labels:
- '*'