Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit a1255c5

Browse files
authored
Merge pull request #191 from readthedocs/humitos/docs-improves
2 parents 8f8280b + a93567c commit a1255c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Or, alternatively, install it from GitHub directly (requires git):
3131

3232
::
3333

34-
pip install git+https://github.com/readthedocs/sphinx-hoverxref@master
34+
pip install git+https://github.com/readthedocs/sphinx-hoverxref
3535

3636

3737
Configuration

docs/releasing.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ These are the steps needed to release a new version:
99
$ pip install flit bumpver
1010

1111
#. Update the ``CHANGELOG.rst`` with the changes included in this release
12+
#. Add ``CHANGELOG.rst`` to git stage::
13+
14+
$ git add CHANGELOG.rst
15+
1216
#. Increase version (``--patch``, ``--minor`` or ``--major``)::
1317

14-
$ bumpver update --minor
18+
$ bumpver update --minor --allow-dirty
1519

1620
#. Build the package and check everything is correct::
1721

0 commit comments

Comments
 (0)