ci: switch to shared dispatch-driven Tauri release workflow#23
Merged
Conversation
Replace the bespoke tag-push release workflow with a thin workflow_dispatch caller of NoiXdev/github-workflows create_tauri_changelog_version_release (pick patch/minor/major; supports prerelease + dry_run). It passes scripts/macos-release.sh so the macOS build keeps embedding, signing and notarizing the WidgetKit extension. Also reset the version 0.2.0 -> 0.1.2 and restore CHANGELOG.md: the v0.2.0 release was dropped, so main should sit at the last published release (v0.1.2). The next dispatch release can then cut 0.2.0 cleanly. 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.
Replaces notefix's bespoke tag-push release workflow with a thin
workflow_dispatchcaller of the new shared reusable workflowNoiXdev/github-workflows/.github/workflows/create_tauri_changelog_version_release.yaml(added in github-workflows#2).New release flow
Run Release from the Actions tab → pick
patch/minor/major(plus optionalprerelease,dry_run). The reusable workflow then:main;macOS keeps its embedded, inside-out-signed, notarized WidgetKit extension via
macos_build_script: scripts/macos-release.sh.Also in this PR
0.2.0→0.1.2across all version files and restoredCHANGELOG.md. Thev0.2.0release was dropped, somainshould sit at the last published release (v0.1.2); the next dispatch release can cut0.2.0cleanly.No more manual multi-file bumps or tag pushing — the version is fully driven by the bump choice.
🤖 Generated with Claude Code