Skip to content

Commit

Permalink
docs: add information about releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored and lidel committed Feb 11, 2024
1 parent ea23fd2 commit 6191d24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6191d24

Please sign in to comment.