Skip to content

Commit f7ed57c

Browse files
committed
Fix path in RELEASING.md
1 parent 0ef50ce commit f7ed57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Signing key: https://lgrahl.de/pgp-key.txt
1919
export GPG_KEY=3FDB14868A2B36D638F3C495F98FBED10482ABA6
2020
```
2121

22-
3. Update version number in ``saltyrtc/__init__.py`` and
22+
3. Update version number in ``saltyrtc/server/__init__.py`` and
2323
``CHANGELOG.rst``, also update the URL with the corresponding tags.
2424

2525
4. Do a signed commit and signed tag of the release:
2626

2727
```bash
28-
git add saltyrtc/__init__.py.py CHANGELOG.rst
28+
git add saltyrtc/server/__init__.py CHANGELOG.rst
2929
git commit -S${GPG_KEY} -m "Release v${VERSION}"
3030
git tag -u ${GPG_KEY} -m "Release v${VERSION}" v${VERSION}
3131
```

0 commit comments

Comments
 (0)