Update documentation

This commit is contained in:
eikek
2022-04-12 22:34:05 +02:00
parent ffa6cc580b
commit e7a0f92a3a
8 changed files with 37 additions and 13 deletions

View File

@ -167,9 +167,8 @@ export QEMU_NET_OPTS "hostfwd=tcp::7880-:7880"
# Release
The CI and making a release is done via [github
actions](https://docs.github.com/en/actions). The workflow is roughly
like this:
The CI and making a release is done via github actions. The workflow
is roughly like this:
- each PR is only merged if the `sbt ci` task returns successfully.
This is ensured by the `ci.yml` workflow that triggers on each pull