From dac1a990f0fb56d92941a52b3bc3f78c2dcf0029 Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Sun, 6 Oct 2024 17:26:53 -0700 Subject: [PATCH] Create instructions for creating new releases (#10) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.