Commit 755de8b
[Releases] Add automated version bumping and release workflow (#470)
## Summary
- Adds `auto-version-bump.yml` workflow that automatically creates version tags and GitHub releases on every push to `main`
- Updates `release-artifacts.yml` to only trigger on tag pushes (removed conflicting `main` branch trigger)
- Fixes broken conditional in `release-artifacts.yml` that was checking for `workflow_run` event on push triggers
## How it works
1. Push to `main` → `auto-version-bump.yml` auto-creates tag + GitHub release with release notes
2. Tag created → `release-artifacts.yml` runs to build/publish artifacts
## Test plan
- [x] Created v0.4.0 tag manually as baseline
- [ ] Merge this PR and verify next push to main creates v0.4.1 automatically
- [ ] Verify release notes are generated correctly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---
Co-authored-by: Claude <[email protected]>1 parent e1452da commit 755de8b
File tree
2 files changed
+39
-3
lines changed- .github/workflows
2 files changed
+39
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | | - | |
| 23 | + | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
0 commit comments