-
Notifications
You must be signed in to change notification settings - Fork 5
Releasing checklist
Yang Yang edited this page Aug 7, 2020
·
4 revisions
- Update setup.sh utils version. Create a release PR branch named
chore/release-xx-xx-xx
. The commit message should be "chore: release version xx.xx.xx" - Merge the release PR
- Create a Git tag
YY.MM.dd
with release notes on GitHub - Build utils from Discord #xud-docker-bot channel with command
.build utils
- 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 manifest push exchangeunion/utils:xx.xx.xx
N.B. Docker manifest is an experimental feature. Use export DOCKER_CLI_EXPERIMENTAL=enabled
to enabled it temporarily.
- Update image/name/src.py
- Update version in image/utils config/template.py