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:
tag_name: ${{ env.RELEASE_TAG }}
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
# 2) allows a human step to review the release before publishing the draft.
prerelease: true
prerelease: false
draft: true
- uses: facebook/dotslash-publish-release@v2