From c7f005b390b1c44b2cc40d5ebd6e52df5f79bdf5 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Tue, 24 Jan 2023 17:14:02 +0100 Subject: [PATCH 1/2] MNT add a section for the new releaes in the changelog --- docs/changes.rst | 3 +++ 1 file changed, 3 insertions(+) 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`) From ebc64c33733bc0ed7c0f04ade13ce7aa90dc9dde Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Tue, 24 Jan 2023 17:14:52 +0100 Subject: [PATCH 2/2] add note to release pipeline --- CONTRIBUTING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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*.