From b052f29f66df8ae8fc541321eeda4bc85a9e6fca Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Tue, 24 Oct 2023 17:02:16 +0200 Subject: [PATCH] Add release documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4eb1b90..3a4a237 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ This repo contains the Restate Protobuf contracts for definining Restate service You can check it out from BSR: https://buf.build/restatedev/proto For the service protocol contracts, check https://github.com/restatedev/service-protocol + +## Releasing + +You need to publish a new release to BSR: + +```shell +buf push +``` + +You may need to login first with `buf registry login`. + +Then create the release manually on the Github releases page: https://github.com/restatedev/proto/releases