From 6eb45f517e57bea96c65ac45e144e05b5d2700c7 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 11 Mar 2023 15:24:26 +0100 Subject: [PATCH] Simplify release process. --- CONTRIBUTING.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index eb499bb..c184a9c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,9 +10,8 @@ ``./venv/bin/pip install ../../python-docs-theme/dist/python-docs-theme-2021.8.tar.gz`` then build the doc using ``make html``). - upload it: ``twine upload dist/*``. -- bump version (YYYY.MM.dev) in setup.py and python_docs_theme/theme.conf -- Commit this last bump. -- push and push the tag (``git push && git push --tags``) +- push the tag (``git push --tags``) + # Makefile usage