Prepare v0.1.0 release#17
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the v0.1.0 release by aligning public documentation with the intended distribution channel and tightening the GitHub Actions release workflow to produce draft releases that require manual verification before publication.
Changes:
- Simplifies release guidance in README and the releasing guide, removing the GitHub Packages comparison.
- Adds a v0.1.0 changelog and links users to GitHub Releases.
- Updates the GitHub Actions release workflow (tauri-action v1) and adds concurrency control for tag releases.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates public-facing release/install guidance and replaces the Releases vs Packages section with a release process summary. |
| docs/RELEASING.md | Removes GitHub Packages rationale and keeps the release process focused on GitHub Releases. |
| CHANGELOG.md | Introduces a changelog with the v0.1.0 entry and comparison/tag links. |
| .github/workflows/release.yml | Updates Tauri release action to v1, improves draft release body text, and adds concurrency for tag-based releases. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
almondsun
enabled auto-merge (squash)
July 11, 2026 05:51
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
Validation
After merge, v0.1.0 will be tagged and the generated platform installers will be verified before the draft release is published.