Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • feature/ci-only-pr
  • 0.0.2
  • 0.0.1
4 results

RELEASING.org

  • Nikita Belyakov's avatar
    81b62c08
    chore(potpourri-bot): Init Potpourri-bot · 81b62c08
    Nikita Belyakov authored
    - add Potpourri-bot configs: ./Potpourri-bot/
    - enable Potpourri-bot for this repo
    - add Potpourri-bot section to README.org
    - add Potpourri-bot section to RELEASING.org
    - fix docker login command in RELEASING.org
    - add script tools/deploy-potpourri-bot
    - add pkg 'heroku' to shell.nix
    - add 'potpourri-bot' to Conform scopes
    Verified
    81b62c08
    History
    chore(potpourri-bot): Init Potpourri-bot
    Nikita Belyakov authored
    - add Potpourri-bot configs: ./Potpourri-bot/
    - enable Potpourri-bot for this repo
    - add Potpourri-bot section to README.org
    - add Potpourri-bot section to RELEASING.org
    - fix docker login command in RELEASING.org
    - add script tools/deploy-potpourri-bot
    - add pkg 'heroku' to shell.nix
    - add 'potpourri-bot' to Conform scopes
RELEASING.org 856 B

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.