Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ See [LICENSE](LICENSE) for more details.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license,
shall be licensed as above, without any additional terms or conditions.

## Notes for Maintainers

### Release process

Bump the version field in [Cargo.toml](/Cargo.toml) and the release variable in [main.go](/main.go) (both should be the same), PR that into main, and tag the result. Once the tag has been pushed to main, the [release](/.github/workflows/release.yml) workflow will automatically create the release artifacts.

Loading