Releases: paul-gilber/demoapp-backend
Releases · paul-gilber/demoapp-backend
v1.0.4 📢
Changes
- Use github-env-vars-action github action for workflows and add docker compose dry run to pre-commit hook @paul-gilber (#37)
🧰 Maintenance
- add release note uninstall command @paul-gilber (#38)
Install from the command line
DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:v1.0.4" docker compose --project-directory deploy/docker-compose up
Uninstall from the command line
docker compose --project-directory deploy/docker-compose down --volumes
v1.0.3 📢
Changes
- setup yamllint pre-commit git hook @paul-gilber (#34)
🧰 Maintenance
- Add features and github actions workflows section to README.md , update pull request template, and fix commands @paul-gilber (#35)
Install from the command line
DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:v1.0.3" docker compose --project-directory deploy/docker-compose up
v1.0.2 📢
Changes
🧰 Maintenance
- update release drafter install command, move compose.yaml to deploy/d… @paul-gilber (#32)
Install from the command line
DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:v1.0.2" docker compose --project-directory deploy/docker-compose up
v1.0.1 📢
Changes
- Restore release workflow @paul-gilber (#30)
- fix install from command line format @paul-gilber (#28)
- Remove redundant release contributors field @paul-gilber (#26)
- Add contributors and docker pull to release notes @paul-gilber (#25)
- Fix tag release docker image sha prefix @paul-gilber (#24)
🧰 Maintenance
- Remove changes section to README.md @paul-gilber (#23)
Install from the command line
docker pull ghcr.io/paul-gilber/demoapp-backend:v1.0.1
First release
Merge pull request #22 from paul-gilber/release-drafter Configure Release drafter