Commit c9203f1
authored
fix(ci): auto-derive PGXN version from git tag (#50)
* fix(ci): auto-derive PGXN version from git tag
META.json version was hardcoded at 0.1.7 and never updated, causing
the v0.3.1 PGXN release to fail with "already exists". Update to 0.3.1
and add a workflow step that rewrites META.json version from the git
tag before bundling, so future releases don't need manual bumps.
* chore: bump META.json version to 0.3.2 for next release1 parent 52acef0 commit c9203f1
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
0 commit comments