core-agent-ide/.github/workflows
Michael Bolin 493e4c9463
fix: only tag as prerelease when the version has an -alpha or -beta suffix (#1872)
Hardcoding to `prerelease: true` is a holdover from before we had
migrated to the Rust CLI for releases and decided on how we were doing
version numbers.

To date, I have had to change the release status from "prerelease" to
"actual release" manually through the GitHub Releases web page. This is
a semi-serious problem because I've discovered that it messes up
Homebrew's automation if the version number _looks_ like a real release
but turns out to be a prerelease. The release potentially gets skipped
from being published on Homebrew, so it's important to set the value
correctly from the start.

I verified that `steps.release_name.outputs.name` does not include the
`rust-v` prefix from the tag name.
2025-08-05 23:11:29 -07:00
..
ci.yml docs: update documentation to reflect Rust CLI release (#1440) 2025-07-01 15:00:31 -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 chore: add support for a new label, codex-rust-review (#1744) 2025-07-30 17:49:07 -07:00
rust-ci.yml chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
rust-release.yml fix: only tag as prerelease when the version has an -alpha or -beta suffix (#1872) 2025-08-05 23:11:29 -07:00