Release 0.1.77 — first build carrying the cameranode name - #33
Merged
Conversation
v0.1.76 was the last release built as sourcebox-sentry-cloudnode. This
is the first whose assets match the name the docs, the installer and the
product have all used for months.
Cutting it also retires two workarounds that only existed to paper over
the mismatch:
- install.sh's post-extract rename becomes a pure backward-compat
shim rather than the mechanism (it stays until nobody installs from
a pre-0.1.77 release).
- The README's Windows download step names
sourcebox-sentry-cameranode-windows-x86_64.msi, which until now was
an asset no release contained.
Build verified before tagging, using the workflow_dispatch dry run added
in the previous commit: all six targets compiled including
x86_64-pc-windows-msvc, and all seven artifacts came out correctly
named — the MSI among them. That mattered because wix/main.wxs took 25
edits in the rename and only builds on a Windows runner.
Co-Authored-By: Claude Opus 5 <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.
v0.1.76was the last release built assourcebox-sentry-cloudnode. This is the first whose assets match the name the docs, the installer, and the product have all used for months.Cutting it retires two workarounds that existed only to paper over the mismatch:
install.sh's post-extract rename becomes a pure backward-compat shim rather than the mechanism (it stays until nobody installs from a pre-0.1.77 release)sourcebox-sentry-cameranode-windows-x86_64.msi— until now, an asset no release containedBuild verified before tagging, using the
workflow_dispatchdry run added in #32: all six targets compiled includingx86_64-pc-windows-msvc, and all seven artifacts came out correctly named — the MSI among them.That mattered:
wix/main.wxstook 25 edits in the rename and only builds on a Windows runner, so it was the one part no local check could reach.🤖 Generated with Claude Code