Skip to content

Commit d971a5d

Browse files
author
Nicholas Car
committed
6.0.2 release docco #2
1 parent 0c819cf commit d971a5d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

admin/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ Tools to assist with RDFlib releases, like extracting all merged PRs from GitHub
77

88
1. merge all PRs for the release
99
2. pass all tests
10+
* `python run_tests.py`
1011
3. black everything
11-
* use the config, e.g. `black --config black.toml .` in main dir
12+
* use the config, e.g. `black --config black.toml .` in main dir
1213
4. build docs - check for errors/warnings there
13-
* `python setup.py build_sphinx`
14+
* `python setup.py build_sphinx`
1415
5. alter version & date in rdflib/__init__.py
1516
6. update:
1617
* CHANGELOG.md
1718
* CONTRIBUTORS
18-
* use scripts here to generate "PRs since last release"
19-
* LICENSE (the date)
19+
* use scripts here to generate "PRs since last release"
20+
* LICENSE (the date)
2021
* setup.py (the long description)
2122
7. update admin steps (here)
2223
8. push to PyPI
@@ -27,7 +28,7 @@ Tools to assist with RDFlib releases, like extracting all merged PRs from GitHub
2728
* go to the tagged version, e.g. https://github.com/RDFLib/rdflib/releases/tag/6.0.0
2829
* edit the release' notes there (likely copy from CHANGELOG)
2930
10. Build readthedocs docco
30-
* `latest` and `stable` need to be built at least
31-
* best to make sure the previous (outgoing) release has a number-pegged version, e.g. 5.0.0
31+
* `latest` and `stable` need to be built at least
32+
* best to make sure the previous (outgoing) release has a number-pegged version, e.g. 5.0.0
3233
11. update the rdflib.dev website page
3334
12. update the master version to this version + 1

0 commit comments

Comments
 (0)