Skip to content

Commit

Permalink
Merge pull request #2 from utilitywarehouse/mhughes-document-releasing
Browse files Browse the repository at this point in the history
Document the release process
  • Loading branch information
matthewhughes-uw authored Feb 12, 2024
2 parents 4c8eb96 + 85847bc commit f3d27db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Contributing

## Releasing

Building binaries and generating releases is managed by
[`goreleaser`](https://goreleaser.com/). A new release will be generated when a
tag of the form `v*` is pushed (these should always be semantic version tags
like `v0.1.0`)

## Linting

Linting is handled via `pre-commit`. Follow the [install
Expand Down

0 comments on commit f3d27db

Please sign in to comment.