Michael Bolin
|
a25a43cc1d
|
fix: change create_github_release to take either --create-alpha or --create-release
|
2025-09-05 21:57:32 -07:00 |
|
Michael Bolin
|
e93155af18
|
chore: use gh instead of git to do work to avoid overhead of a local clone
|
2025-09-05 21:57:32 -07:00 |
|
Michael Bolin
|
066c6cce02
|
chore: change create_github_release to create a fresh clone in a temp directory (#3228)
Ran:
```
./codex-rs/scripts/create_github_release 0.31.0-alpha.1
```
which appeared to work as expected:
- workflow https://github.com/openai/codex/actions/runs/17508403922
- release
https://github.com/openai/codex/releases/tag/rust-v0.31.0-alpha.1
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/3228).
* #3231
* #3230
* __->__ #3228
* #3226
|
2025-09-05 21:57:11 -07:00 |
|
Michael Bolin
|
bd65f81e54
|
chore: rewrite codex-rs/scripts/create_github_release.sh in Python (#3226)
Migrating to Python to make this script easier to iterate on.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/3226).
* #3231
* #3230
* #3228
* __->__ #3226
|
2025-09-05 21:54:18 -07:00 |
|