diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 376905ed..f0277a2e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -116,6 +116,7 @@ As a maintainer, follow these steps: GitHub 10. Update the patch version of the package to a new dev version, e.g. from ``v0.3.dev0`` to ``v0.4.dev0`` -11. Check that the new stable branch of documentation was built correctly on +11. Add a section for the new release in the ``docs/changes.rst`` file. +12. Check that the new stable branch of documentation was built correctly on `readthedocs `_, and make sure all relevant releases are *active*. diff --git a/docs/changes.rst b/docs/changes.rst index d165b401..c8397a0f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,9 @@ skops Changelog :depth: 1 :local: +v0.6 +---- + v0.5 ---- - Added CLI entrypoint support (:func:`.cli.entrypoint.main_cli`)