Commit 711e5c9
ci(release): fix melos release automation with scoped publishing (#1316)
* ci(release): fix melos release automation with scoped publishing
Fix critical issues in release automation: release-publish.yml now accepts
package-name and package-version as inputs and publishes only the scoped
package instead of all unpublished packages. Added CHANGELOG extraction to
release body, concurrency control per-package, and fetch-depth: 0 for melos
bootstrap. release-tag.yml passes inputs to publish workflow and adds 30s
delay between triggers for pub.dev propagation.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* ci(release): use fixed-string awk matching for CHANGELOG extraction
Replace regex-based awk pattern with index()-based fixed-string matching
to correctly handle version strings containing regex metacharacters
(e.g. dots, plus signs in build metadata like 0.3.1+1).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 9923153 commit 711e5c9
2 files changed
Lines changed: 48 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
5 | 18 | | |
6 | 19 | | |
7 | 20 | | |
8 | 21 | | |
9 | 22 | | |
10 | 23 | | |
11 | | - | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| |||
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| 34 | + | |
21 | 35 | | |
22 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
23 | 40 | | |
24 | 41 | | |
25 | 42 | | |
26 | 43 | | |
27 | 44 | | |
28 | 45 | | |
29 | | - | |
| 46 | + | |
30 | 47 | | |
31 | | - | |
32 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
33 | 65 | | |
34 | 66 | | |
35 | 67 | | |
36 | 68 | | |
37 | | - | |
38 | | - | |
| 69 | + | |
| 70 | + | |
39 | 71 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 72 | + | |
45 | 73 | | |
46 | 74 | | |
47 | | - | |
| 75 | + | |
48 | 76 | | |
49 | | - | |
| 77 | + | |
50 | 78 | | |
51 | 79 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
0 commit comments