Skip to content

Commit 20f8229

Browse files
committed
[#128] Update doc/developer.md
We no longer need to regenerate the Sphinx docs when making a new version.
1 parent 1d3a565 commit 20f8229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Here are the steps to follow when creating the new version.
8080
- Decide on the new version number A.B.C, following the scheme above.
8181
- Set the new version number in `pyproject.toml`.
8282
- Reinstall hlink with `pip install -e .[dev]` to update the version. Confirm that this worked by running `hlink --version`.
83-
- Update sphinx-docs/changelog.md with the new version number, then regenerate the Sphinx docs so that they show the correct hlink version number.
83+
- Update sphinx-docs/changelog.md with the new version number and make sure that it is up to date.
8484
- After committing your changes, create a git tag `vA.B.C` and push it to GitHub.
8585
- Finally, create a GitHub release for the tag. This is intended for record-keeping
8686
for developers, so it's fine to automatically generate the release notes. The user-

0 commit comments

Comments
 (0)