Select Git revision
-
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
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
- Bump
version
in default.nix. - Commit with message: ‘chore(hublabbot): Bump to <new_version>’
- Add git tag to commit as ‘<new_version>’.
- Push commit and tag to GitHub.
- Rebuild Lorri shell:
lorri watch --shell-file tools/cfg/nix/shell.nix
. - Build Docker image:
build-docker-img
. - Login to Docker Hub:
docker login --username potpourri
. - Deploy to Docker Hub:
deploy-to-docker-hub
. - Bump version in nix overlay, then commit & push back.
Potpourri-bot
- Release HubLabBot.
- Update settings in hublabbot.json if needed.
- Build and deploy to Heroku:
deploy-potpourri-bot
.