Commit bd4c77b
feat: add semantic-release for automated versioning
- Replaces manual tag-based releases with conventional commits
- Auto-generates CHANGELOG.md from commit messages
- Auto-bumps version based on commit type (feat→minor, fix→patch)
- Creates GitHub releases automatically on push to main
Commit prefixes that trigger releases:
- feat: → minor version bump (1.x.0)
- fix: → patch version bump (1.0.x)
- BREAKING CHANGE: → major version bump (x.0.0)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent b2dfe5b commit bd4c77b
File tree
4 files changed
+6786
-703
lines changed- .github/workflows
4 files changed
+6786
-703
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 23 | + | |
30 | 24 | | |
31 | | - | |
32 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments