Skip to content

Commit 8f7a545

Browse files
authored
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.
1 parent 2f1d96e commit 8f7a545

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/rust-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ jobs:
143143
with:
144144
tag_name: ${{ env.RELEASE_TAG }}
145145
files: dist/**
146-
# TODO(ragona): I'm going to leave these as prerelease/draft for now.
146+
# TODO(ragona): I'm going to leave these as draft for now.
147147
# It gives us 1) clarity that these are not yet a stable version, and
148148
# 2) allows a human step to review the release before publishing the draft.
149-
prerelease: true
149+
prerelease: false
150150
draft: true
151151

152152
- uses: facebook/dotslash-publish-release@v2

codex-rs/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.0.2504292236"
14+
version = "0.0.2504301132"
1515

1616
[profile.release]
1717
lto = "fat"

0 commit comments

Comments
 (0)