mirror of https://github.com/ospab/ostp.git
resolve-channel treated EVERY v* tag as stable, so v0.4.6-beta got published as a non-prerelease "Latest" release, sitting on top of the release line. Now a pushed tag is used as-is and its suffix decides the channel: v*-alpha / v*-beta are prereleases, only a bare vX.Y.Z is stable. (A tag is never recomputed from Cargo.toml, so the release can't upload to a different tag than the one pushed.) Version bumped 0.4.5 -> 0.4.7 (0.4.6 is already taken by the mislabelled beta). This commit's tip is what gets tagged v0.4.7-beta to cut the beta build. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| README.md | ||
| build_dist.js | ||
| package-lock.json | ||
| package.json | ||
README.md
Tauri + Vanilla
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.