chore: Rust release, set prerelease:false and version=0.0.2504301132 (#755)

The generated DotSlash file has URLs that refer to
`https://github.com/openai/codex/releases/`, so let's set
`prerelease:false` (but keep `draft:true` for now) so those URLs should
work.

Also updated `version` in Cargo workspace so I will kick off a build
once this lands.
This commit is contained in:
Michael Bolin
2025-04-30 11:53:03 -07:00
committed by GitHub
parent 2f1d96e77d
commit 8f7a54501c
3 changed files with 5 additions and 5 deletions

View File

@@ -143,10 +143,10 @@ jobs:
with: with:
tag_name: ${{ env.RELEASE_TAG }} tag_name: ${{ env.RELEASE_TAG }}
files: dist/** files: dist/**
# TODO(ragona): I'm going to leave these as prerelease/draft for now. # TODO(ragona): I'm going to leave these as draft for now.
# It gives us 1) clarity that these are not yet a stable version, and # It gives us 1) clarity that these are not yet a stable version, and
# 2) allows a human step to review the release before publishing the draft. # 2) allows a human step to review the release before publishing the draft.
prerelease: true prerelease: false
draft: true draft: true
- uses: facebook/dotslash-publish-release@v2 - uses: facebook/dotslash-publish-release@v2

4
codex-rs/Cargo.lock generated
View File

@@ -469,7 +469,7 @@ dependencies = [
[[package]] [[package]]
name = "codex-cli" name = "codex-cli"
version = "0.0.2504292236" version = "0.0.2504301132"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@@ -523,7 +523,7 @@ dependencies = [
[[package]] [[package]]
name = "codex-exec" name = "codex-exec"
version = "0.0.2504292236" version = "0.0.2504301132"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View File

@@ -11,7 +11,7 @@ members = [
] ]
[workspace.package] [workspace.package]
version = "0.0.2504292236" version = "0.0.2504301132"
[profile.release] [profile.release]
lto = "fat" lto = "fat"