PR 4/6 (rebrand) — release workflows + asset prefixes (devtrail-* → straymark-*)#117
Merged
Merged
Conversation
Updates the two release workflows so that the next version bump (PR 6,
fw-4.11.0 / cli-3.11.0) produces assets with the StrayMark prefix:
release-cli.yml:
- Binary path: cli/target/<target>/release/straymark (was devtrail)
- Archive name: straymark-cli-v<VERSION>-<target>.{tar.gz|zip}
- Windows binary copy: straymark.exe (was devtrail.exe)
- Release title: "StrayMark CLI $VERSION"
- publish-crate job already publishes straymark-cli (renamed in PR 2).
release-framework.yml:
- Asset name: straymark-fw-<VERSION>.zip (was devtrail-fw-...)
- Release title: "StrayMark Framework $VERSION"
Tag prefixes (fw-X.Y.Z, cli-X.Y.Z) remain unchanged — they are
agnostic to the project name and continue across the rebrand for
release history continuity.
Refs ADR-2026-05-08-001.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rebrands the two release workflows so that the next version bump (PR 6,
fw-4.11.0/cli-3.11.0) produces assets with thestraymark-*prefix.Changes
release-cli.ymlcli/target/<target>/release/straymark(wasdevtrail)straymark-cli-v<VERSION>-<target>.{tar.gz|zip}straymark.exe"StrayMark CLI $VERSION"publish-cratejob already publishesstraymark-cli(Cargo.toml renamed in PR 2).release-framework.ymlstraymark-fw-<VERSION>.zip"StrayMark Framework $VERSION"Tag prefixes unchanged
fw-X.Y.Zandcli-X.Y.Zremain agnostic to the project name and continue across the rebrand for release history continuity.Verification
These workflows trigger only on tag push (
fw-*,cli-*). PR 6 (next) bumps versions and pushesfw-4.11.0andcli-3.11.0, at which point CI will produce:straymark-fw-4.11.0.zipstraymark-cli-v3.11.0-{linux,darwin-x86_64,darwin-aarch64,windows}.{tar.gz,zip}straymark-cli@3.11.0published on crates.io.Refs
ADR-2026-05-08-001.🤖 Generated with Claude Code