Skip to content

Commit

Permalink
Add info for maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
donatello committed Oct 25, 2023
1 parent b2443e0 commit 75bdf93
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Release versioning

KES server is released with time based version tags, similar to MinIO server.

To get the release name in the appropriate format, run the following with the code checked out at the desired revision:

```shell
TZ=UTC0 git show --quiet --date='format-local:%Y-%m-%dT%H-%M-%SZ' --format="%cd"
```

# Making a release

Set the GITHUB_TOKEN environment variable to the token for the account making the release and run goreleaser:

```shell
export GITHUB_TOKEN=mytokenvalue
goreleaser --clean

```



0 comments on commit 75bdf93

Please sign in to comment.