Commit 9751a63
Auto-create GitHub Release on tag push
The publish.yml workflow previously only published to PyPI on `v*` tag
push; the GitHub Releases page stayed empty across all prior versions
(0.1.0 → 0.5.0; backfilled by hand). Adds a `release` job that runs
after `publish` succeeds, extracts the matching `## [VERSION]` section
from CHANGELOG.md via awk, and creates a GitHub Release with that body
(falling back to the annotated-tag message if no CHANGELOG section
exists). Requires bumping permissions to `contents: write`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d5478be commit 9751a63
1 file changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments