diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 694f5aec..61b943ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,8 +78,8 @@ Releases are accomplished through GitHub Actions. To initiate a release, create a manual tag use the following steps. The `..` values **MUST** follow semantic versioning. - git tag v.. - git push origin v.. + git tag .. + git push origin .. Once pushed, a GitHub Action will be trigged. This action with publish the release to [PyPi](https://pypi.org/project/rsconnect-jupyter/) using the specified version.