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