Skip to content

Commit

Permalink
README update to explain the release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ddumitrache authored and DragosDumitrache committed Jul 22, 2022
1 parent 9efb474 commit e9bbb73
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 @@ -72,6 +72,13 @@ To run the integration tests, ensure you've run `make build-linux` before runnin
make test-integration
```

# Releases
For releases, this project uses [GoReleaser](https://goreleaser.com/). The configuration was done in such a way that
releases happen on any commit to the main branch that also updates [DRAUPNIR_VERSION](./DRAUPNIR_VERSION), and should be
accompanied by an update to [CHANGELOG.md](CHANGELOG.md) to make it explicit what has changed.

Version updates should follow the [Semantic Versioning](https://semver.org/) guidelines.

Usage
=====

Expand Down

0 comments on commit e9bbb73

Please sign in to comment.