Skip to content

Releasing checklist

Yang Yang edited this page Jun 2, 2020 · 4 revisions

Release new xud-docker version

  1. Update setup.sh utils version. Create branch chore/release-xx-xx-xx. The commit message should be "release version xx.xx.xx"
  2. Create and push manifest list
docker manifest create exchangeunion/utils:xx.xx.xx --amend exchangeunion/utils:latest__x86_64 --amend exchangeunion/utils:latest__aarch64
docker push exchangeunion/utils:xx.xx.xx

Update image version

  1. Update image/node/tag
  2. Update version in image/utils
Clone this wiki locally