Commit 453afc8
feat: use branch-specific prerelease channels instead of beta
Changed from a single "beta" prerelease channel to branch-specific
channels:
- fix/* → x.x.x-fix.N
- feat/* → x.x.x-feat.N
- chore/* → x.x.x-chore.N
- beta → x.x.x-beta.N (explicit)
This provides better semantic meaning for prerelease versions. Instead
of all non-master branches being "beta", each category gets its own
channel.
Examples:
- fix/ios-zero-second-sessions → 2.22.1-fix.1
- feat/new-feature → 2.22.1-feat.1
- beta → 2.22.1-beta.1
Updated workflow to use new "Publish-Prerelease" environment instead
of "Publish-Beta" to reflect the broader scope.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 8d6874c commit 453afc8
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments