Bump to 0.6.1 and fix in-app updater endpoint#8
Merged
Merged
Conversation
- Repoint the Tauri updater at the GitHub Releases manifest
(releases/latest/download/latest.json), which tauri-action already
publishes. The old strand.danielss.dev/updates host only serves the
static landing page, so every update check 404d ("Could not fetch a
valid release JSON").
- Add scripts/bump-version.mjs (pnpm version:set) to keep tauri.conf.json,
Cargo.toml, Cargo.lock, and both package.json versions in lockstep, so a
tag can never outrun the config version Tauri names artifacts from.
- Bump 0.5.0 -> 0.6.1 across all manifests.
Co-Authored-By: Claude Opus 4.8 <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
Fixes the in-app updater (it was 404ing) and ships 0.6.1.
(
releases/latest/download/latest.json), whichtauri-actionalreadypublishes. The old
strand.danielss.dev/updateshost only serves the staticlanding page, so every update check returned 404 — "Could not fetch a valid
release JSON."
scripts/bump-version.mjs(pnpm version:set) to keeptauri.conf.json,Cargo.toml,Cargo.lock, and bothpackage.jsonversions in lockstep — so a tag can never outrun the config version Tauri
names artifacts from (the bug that mislabeled v0.6.0's artifacts as 0.5.0).
Release
Tagging
v0.6.1after merge triggersrelease.yml, producing a draft releasewith installers + a correctly-labeled
latest.json(version0.6.1).🤖 Generated with Claude Code