Commit a036f02
fix(ci): improve beta versioning logic and use GH_PAT token
Improvements to beta-release workflow:
1. Fixed version logic: Create beta of current version (4.2.0b1) instead of
auto-incrementing minor version (4.3.0b1) for unreleased versions
2. Updated token usage: Use GH_PAT instead of GITHUB_TOKEN to resolve
permission issues with git operations
3. Better versioning strategy:
- 4.2.0 (unreleased) → 4.2.0b1 (current approach)
- 4.2.0b1 → 4.2.0b2 (future increments)
- Only increment minor version after official release
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9dc97ac commit a036f02
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
101 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
140 | | - | |
| 143 | + | |
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
| |||
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
172 | | - | |
| 175 | + | |
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| |||
0 commit comments