@@ -7,16 +7,17 @@ Tools to assist with RDFlib releases, like extracting all merged PRs from GitHub
77
881 . merge all PRs for the release
992 . pass all tests
10+ * ` python run_tests.py `
10113 . 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
12134 . build docs - check for errors/warnings there
13- * ` python setup.py build_sphinx `
14+ * ` python setup.py build_sphinx `
14155 . alter version & date in rdflib/__ init__ .py
15166 . 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)
21227 . update admin steps (here)
22238 . 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)
293010 . 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
323311 . update the rdflib.dev website page
333412 . update the master version to this version + 1
0 commit comments