Skip to content

Commit

Permalink
Create instructions for creating new releases (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Oct 7, 2024
1 parent c38bdef commit dac1a99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit dac1a99

Please sign in to comment.