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 4fad59b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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"
```

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 4fad59b

Please sign in to comment.