Skip to content

Commit 01f26e0

Browse files
committed
chore: replace semantic-release with GitHub native release changelog
Remove Node.js-based semantic-release in favor of GitHub's built-in auto-generated release notes feature for simpler dependency management.
1 parent 011d021 commit 01f26e0

File tree

2 files changed

+32
-104
lines changed

2 files changed

+32
-104
lines changed

.github/release.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# GitHub Release auto-generated changelog configuration
2+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
4+
changelog:
5+
exclude:
6+
labels:
7+
- ignore-for-release
8+
- skip-changelog
9+
authors:
10+
- dependabot[bot]
11+
categories:
12+
- title: "Features"
13+
labels:
14+
- enhancement
15+
- feat
16+
- feature
17+
- title: "Bug Fixes"
18+
labels:
19+
- bug
20+
- fix
21+
- bugfix
22+
- title: "Performance"
23+
labels:
24+
- performance
25+
- perf
26+
- title: "Documentation"
27+
labels:
28+
- documentation
29+
- docs
30+
- title: "Other Changes"
31+
labels:
32+
- "*"

.releaserc.yml

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)