Skip to content

Commit 2aa3179

Browse files
committed
chore: document release ci automation
1 parent 9fc3714 commit 2aa3179

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

DEVELOPMENT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,9 @@ Each user session runs in a `bwrap` sandbox with:
163163

164164
The Docker container runs with `--cap-add SYS_ADMIN` and relaxed seccomp/apparmor settings
165165
because bwrap needs these capabilities to create user namespaces and overlay mounts.
166+
167+
## Releases
168+
Pushing a Git tag matching `v*` (e.g. `v0.1.0`) triggers the
169+
[release workflow](.github/workflows/release.yml), which runs the
170+
test suite and then builds and pushes a Docker image to
171+
`ghcr.io/leanprover/lean-workbench` with semver-derived tags.

0 commit comments

Comments
 (0)