tauri
tauri copied to clipboard
fix(cli): Split metadata.json per major version.
This is a hotfix to prevent the v2-alpha update prompt that all v1 users are seeing right now. releasing just a new cli patch version is not sufficient imo.
Also this is now missing the auto-update so it requires us to update it manually, but i'd prefer not to wait any longer until we can find a solution for this, unless someone else has an idea already because i don't have one i'm comfortable with rn.
What kind of change does this PR introduce?
- [x] Bugfix
- [ ] Feature
- [ ] Docs
- [ ] New Binding issue #___
- [ ] Code style update
- [ ] Refactor
- [x] Build-related changes
- [ ] Other, please describe:
Does this PR introduce a breaking change?
- [ ] Yes, and the changes were approved in issue #___
- [x] No, or maybe it does, but i'd rather have the v2 alpha cli broken than v1 stable.
Checklist
- [ ] When resolving issues, they are referenced in the PR's title (e.g
fix: remove a typo, closes #___, #___) - [ ] A change file is added if any packages will require a version bump due to this PR per the instructions in the readme.
- [ ] I have added a convincing reason for adding this feature, if necessary