Skip to content

Commit 40f98e7

Browse files
ci: remove automatic release creation
1 parent 706b01f commit 40f98e7

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.github/workflows/create-release.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ alembic revision --autogenerate -m "<MESSAGE HERE>"
7474

7575
## Releasing
7676

77-
On merge to `live`, a git tag and GitHub release will be created using the version in `pyproject.toml`, which will then trigger a docker image to be built and pushed, tagged with the version and `latest`.
77+
To publish a new version, raise a PR to `main` updating the version in `pyproject.toml`. Once merged, create a git tag and GitHub release for the new version, with naming `vX.Y.Z`. This will trigger a docker image to to be built and pushed, tagged with the version and `latest`.

0 commit comments

Comments
 (0)