From 4af7040703dc786ac54c95a1975df0b57d22ef7d Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 9 Feb 2024 15:16:43 +0100 Subject: [PATCH] docs: add information about releasing --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3dafc4f..b1d685f 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,7 @@ By default, `someguy start` runs a Delegated Routing V1 server that proxies requ If you don't want to run a server yourself, but want to query some other server, you can run `someguy ask` and choose any of the subcommands and ask for a provider, a peer, or even an IPNS record. For more details run `someguy --help`. + +## Release + +To make a release, create a new PR that updates the [`version.json`](./version.json) file. This PR should not include any other changes besides the version bump. A new release will be automatically made once the PR is merged.