We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d814cd commit 2e94dddCopy full SHA for 2e94ddd
1 file changed
BUILD.rst
@@ -129,8 +129,8 @@ Release notes
129
130
4. Add, commit and push::
131
132
- git add doc/PythonLibCore-$VERSION.rst
133
- git commit -m "Release notes for $VERSION" doc/PythonLibCore-$VERSION.rst
+ git add docs/PythonLibCore-$VERSION.rst
+ git commit -m "Release notes for $VERSION" docs/PythonLibCore-$VERSION.rst
134
git push
135
136
5. Update later if necessary. Writing release notes is typically the biggest
@@ -188,7 +188,7 @@ Creating distributions
188
twine upload dist/*
189
190
5. Verify that project the page at `PyPI
191
- <https://pypi.python.org/pypi/robotframework-pythonlibcore>`_
+ <https://pypi.org/project/robotframework-pythontlibcore/>`_
192
looks good.
193
194
6. Test installation (add ``--pre`` with pre-releases)::
0 commit comments