Commit 9b6616a
Add release workflow: auto-create a GitHub Release on version bump
On every push to main, compares extension.json's version field against
the previous commit's. If it changed, tags and creates a GitHub Release
(vX.Y.Z, with auto-generated notes from merged PRs) for that version —
automating what has so far been done by hand after each version bump
(matches the existing v0.9.0/v0.10.0/v0.11.0 releases: same tag naming,
same --generate-notes-style body).
Guards against re-creating a release that already exists (idempotent on
workflow re-runs or a version merged more than once).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 59fc0b8 commit 9b6616a
1 file changed
Lines changed: 41 additions & 0 deletions
| 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 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments