Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 561 Bytes

Contributing

Publishing a new release

  1. Update the VERSION file to match the release version to be built

  2. Build

    ./build.sh "$(< VERSION)-local"
  3. Test

    UID="$(id -u)" GID="$(id -g)" \
    WALLET='do_not_use_test_wallet' \
    TAG="$(< VERSION)-local" \
      docker compose run wallet
  4. Checkout a new branch and commit

    git checkout -b "$(< VERSION)"
    git commit -m "bump to $(< VERSION)"
  5. Push

  6. Wait for CI to validate builds

  7. Merge to master

  8. Push