diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-10-10 22:26:37 +1000 |
|---|---|---|
| committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-10-10 22:26:37 +1000 |
| commit | d971a5d5026016598ccdaeae242ef11849a2d09f (patch) | |
| tree | 5c0ff2b33eaa103533039c71ff0f59ecdb8127f7 /admin | |
| parent | 0c819cfae224b3f7b0d3ba61fff38bfdfbbebf3b (diff) | |
| download | rdflib-d971a5d5026016598ccdaeae242ef11849a2d09f.tar.gz | |
6.0.2 release docco #26.0.2
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/README.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/admin/README.md b/admin/README.md index 527d7e39..b271b0fb 100644 --- a/admin/README.md +++ b/admin/README.md @@ -7,16 +7,17 @@ Tools to assist with RDFlib releases, like extracting all merged PRs from GitHub 1. merge all PRs for the release 2. pass all tests + * `python run_tests.py` 3. black everything - * use the config, e.g. `black --config black.toml .` in main dir + * use the config, e.g. `black --config black.toml .` in main dir 4. build docs - check for errors/warnings there - * `python setup.py build_sphinx` + * `python setup.py build_sphinx` 5. alter version & date in rdflib/__init__.py 6. update: * CHANGELOG.md * CONTRIBUTORS - * use scripts here to generate "PRs since last release" - * LICENSE (the date) + * use scripts here to generate "PRs since last release" + * LICENSE (the date) * setup.py (the long description) 7. update admin steps (here) 8. push to PyPI @@ -27,7 +28,7 @@ Tools to assist with RDFlib releases, like extracting all merged PRs from GitHub * go to the tagged version, e.g. https://github.com/RDFLib/rdflib/releases/tag/6.0.0 * edit the release' notes there (likely copy from CHANGELOG) 10. Build readthedocs docco - * `latest` and `stable` need to be built at least - * best to make sure the previous (outgoing) release has a number-pegged version, e.g. 5.0.0 + * `latest` and `stable` need to be built at least + * best to make sure the previous (outgoing) release has a number-pegged version, e.g. 5.0.0 11. update the rdflib.dev website page 12. update the master version to this version + 1 |
