core-agent-ide/.github/workflows
Michael Bolin f30bf4bbcf
fix: support pre-release identifiers in tags (#1422)
Had to update the regex in the GitHub workflow to allow suffixes like
`-alpha.4`.

Successfully ran:

```
./scripts/create_github_release.sh 0.1.0-alpha.4
```

to create
https://github.com/openai/codex/releases/tag/codex-rs-b289c9207090b2e27494545d7b5404e063bd86f3-1-rust-v0.1.0-alpha.4

and verified that when I run `codex --version`, it prints `codex-cli
0.1.0-alpha.4`.
2025-06-28 16:05:53 -07:00
..
ci.yml chore: make build process a single script to run (#757) 2025-05-01 08:36:07 -07:00
cla.yml Fix CLA link in workflow (#964) 2025-05-16 17:11:57 -07:00
codespell.yml feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
codex.yml fix: missed a step in #1171 for codex.yml (#1172) 2025-05-30 11:04:41 -07:00
rust-ci.yml fix: support arm64 build for Linux (#1225) 2025-06-05 20:29:46 -07:00
rust-release.yml fix: support pre-release identifiers in tags (#1422) 2025-06-28 16:05:53 -07:00