Skip to content

Commit 586b165

Browse files
authored
Update contributing.md (#259)
1 parent ef8a7cb commit 586b165

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

{{cookiecutter.project_name}}/docs/contributing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Before making a release, you need to update the version number in the `pyproject
9696
> Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
9797
9898
Once you are done, commit and push your changes and navigate to the "Releases" page of this project on GitHub.
99-
Specify `vX.X.X` as a tag name and create a release. For more information, see [managing Github releases][]. This will automatically create a git tag and trigger a Github workflow that creates a release on PyPI.
99+
Specify `vX.X.X` as a tag name and create a release. For more information, see [managing GitHub releases][]. This will automatically create a git tag and trigger a Github workflow that creates a release on PyPI.
100100

101101
## Writing documentation
102102

@@ -160,3 +160,4 @@ open _build/html/index.html
160160
[numpydoc]: https://numpydoc.readthedocs.io/en/latest/format.html
161161
[sphinx autodoc typehints]: https://github.com/tox-dev/sphinx-autodoc-typehints
162162
[pypi]: https://pypi.org/
163+
[managing GitHub releases]: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository

0 commit comments

Comments
 (0)