Skip to content

Commit

Permalink
doc: Document release process
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Hutter <manuel@hutter.io>
  • Loading branch information
mhutter committed Aug 21, 2024
1 parent f36c475 commit da7c9fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ curl -i http://localhost:8080/cookies/set/secret/random-value

For all supported endpoints, visit [localhost:8080](http://localhost:8080/).

### Release

To publish a new release, simply create & push a new Git Tag.

NOTE: Tags should follow the included CRS version. Use the build number to signify changes to the images with the same CRS number, e.g. `v4.3.0-0` -> `v4.3.0-1`.

## Configuration

Most aspects can be configured using environment variables.
Expand Down

0 comments on commit da7c9fb

Please sign in to comment.