core-agent-ide/.github
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
..
actions/codex chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /.github/actions/codex (#1814) 2025-08-04 14:25:00 -07:00
codex chore: add support for a new label, codex-rust-review (#1744) 2025-07-30 17:49:07 -07:00
ISSUE_TEMPLATE fix: update bug report template - there is no --revision flag (#614) 2025-04-24 10:48:42 -07:00
workflows fix: only tag as prerelease when the version has an -alpha or -beta suffix (#1872) 2025-08-05 23:11:29 -07:00
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dependabot.yaml chore: drop codex-cli from dependabot (#1523) 2025-07-10 11:23:24 -07:00
dotslash-config.json fix: use aarch64-unknown-linux-musl instead of aarch64-unknown-linux-gnu (#1228) 2025-06-05 22:45:45 -07:00