-
Update the
VERSION
file to match the release version to be built -
Build
./build.sh "$(< VERSION)-local"
-
Test
UID="$(id -u)" GID="$(id -g)" \ WALLET='do_not_use_test_wallet' \ TAG="$(< VERSION)-local" \ docker compose run wallet
-
Checkout a new branch and commit
git checkout -b "$(< VERSION)" git commit -m "bump to $(< VERSION)"
-
Push
-
Wait for CI to validate builds
-
Merge to
master
-
Push