Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.07 KB

releasing.md

File metadata and controls

13 lines (12 loc) · 1.07 KB

Releasing devicehive-docker

  1. While in 'development' branch, change image tags to the newly released version in rdbms-image/docker-compose.yml and dh-rdbms-k8s/devicehive.yaml. See commits f07b8cbc or 82e95d9e for examples. Commit changes.
  2. Check that Docker Compose starts DeviceHive with released images, run some smoke tests:
cd devicehive-docker/rdbms-image
docker-compose pull
docker-compose up -d
  1. Merge 'development' branch to 'master'. Either via CLI or GitHub PR
  2. Create tag in git repository named after new version and push it to GitHub
  3. Create release in GitHub
  4. Bump to 'development' images in 'development' branch. See commits 9b7b54aa or dcd1f9d4d for examples.