We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc3714 commit 2aa3179Copy full SHA for 2aa3179
1 file changed
DEVELOPMENT.md
@@ -163,3 +163,9 @@ Each user session runs in a `bwrap` sandbox with:
163
164
The Docker container runs with `--cap-add SYS_ADMIN` and relaxed seccomp/apparmor settings
165
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