diff --git a/README.md b/README.md index f7a2df9..f44105c 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,10 @@ pdm run --verbose pytest tests pdm run gatrace ``` +## Releasing + +Releases are manually created from the [Releases page](https://github.com/WATonomous/github-actions-tracing/releases). +The release workflow will automatically build the project and upload the wheel to the release. +Release notes can be auto-generated via the web interface. + +Follow [semantic versioning](https://semver.org/) when creating tags for releases.