We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb4f47 commit 86292ceCopy full SHA for 86292ce
README.md
@@ -9,3 +9,16 @@ Functionality constraints:
9
- the in progress rendezvous do not need to be persisted between server restarts
10
- the server does not need to work in a clustered/sharded deployment
11
- no authentication is needed for use of the server
12
+
13
+### Releasing
14
15
+```sh
16
+git checkout main
17
+cargo set-version --workspace --bump patch
18
+cd synapse/
19
+poetry version patch
20
+cd ..
21
+git commit -m "vX.Y.Z"
22
+git tag vX.Y.Z
23
+git push
24
+git push --tags
0 commit comments