Skip to content
Open
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,17 @@ value to skip tests that build a new image.

See the `tests` and `it` directories for further details on the unit
and integration tests, respectively.

Releasing a new version
=======================

When you're ready to release a new version. Just tag the current master.
```
git tag <new_tag>
```
Be sure to create the tag following the existing conventions. After the tag has
been created, go ahead and push it up.
```
git push origin <new_tag>
```
A github action will kick off and generate a release based on the new tag.