- Make sure you have
jq
andtoml-cli
installed and available in your path - From the project root, run
./bumpversion.sh $VERSION_NUMBER
and commit the result - Create a new tag with the version number that you are publishing
- Push the tag and watch the CI/CD pipeline build bundles and create a new release on Github
- Once the pipeline finishes (make sure every OS build went through smoothly and all files are present),
run
./rollout.sh $VERSION_NUMBER
to adaptupdater.json
. - Commit the result, Tauri Updater will now notify users that new version is ready to download.