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.
RELEASING.md
1 parent 0ef50ce commit f7ed57cCopy full SHA for f7ed57c
RELEASING.md
@@ -19,13 +19,13 @@ Signing key: https://lgrahl.de/pgp-key.txt
19
export GPG_KEY=3FDB14868A2B36D638F3C495F98FBED10482ABA6
20
```
21
22
-3. Update version number in ``saltyrtc/__init__.py`` and
+3. Update version number in ``saltyrtc/server/__init__.py`` and
23
``CHANGELOG.rst``, also update the URL with the corresponding tags.
24
25
4. Do a signed commit and signed tag of the release:
26
27
```bash
28
- git add saltyrtc/__init__.py.py CHANGELOG.rst
+ git add saltyrtc/server/__init__.py CHANGELOG.rst
29
git commit -S${GPG_KEY} -m "Release v${VERSION}"
30
git tag -u ${GPG_KEY} -m "Release v${VERSION}" v${VERSION}
31
0 commit comments