Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 856 Bytes

File metadata and controls

30 lines (16 loc) · 856 Bytes

Releasing

HubLabBot

  1. Bump version in default.nix.
  2. Commit with message: ‘chore(hublabbot): Bump to <new_version>’
  3. Add git tag to commit as ‘<new_version>’.
  4. Push commit and tag to GitHub.
  5. Rebuild Lorri shell: lorri watch --shell-file tools/cfg/nix/shell.nix.
  6. Build Docker image: build-docker-img.
  7. Login to Docker Hub: docker login --username potpourri.
  8. Deploy to Docker Hub: deploy-to-docker-hub.
  9. Bump version in nix overlay, then commit & push back.

Potpourri-bot

  1. Release HubLabBot.
  2. Update settings in hublabbot.json if needed.
  3. Build and deploy to Heroku: deploy-potpourri-bot.