Skip to content

Commit 32cc4e2

Browse files
authored
Merge pull request #7 from hashgraph-online/feat/automated-release-notes
ci(release): automate release notes format for GitHub releases
2 parents 2a9097a + f1f950d commit 32cc4e2

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/release.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
- no-release-notes
6+
- skip-release-notes
7+
authors:
8+
- github-actions[bot]
9+
- dependabot[bot]
10+
categories:
11+
- title: Breaking Changes
12+
labels:
13+
- breaking
14+
- semver-major
15+
- title: Features
16+
labels:
17+
- feat
18+
- feature
19+
- enhancement
20+
- title: Fixes
21+
labels:
22+
- fix
23+
- bug
24+
- bugfix
25+
- title: Security
26+
labels:
27+
- security
28+
- title: Documentation
29+
labels:
30+
- docs
31+
- documentation
32+
- title: Maintenance
33+
labels:
34+
- chore
35+
- ci
36+
- build
37+
- refactor
38+
- dependencies

0 commit comments

Comments
 (0)