From 36a022191dc94a4303ca3d0f7ffe6422e765e1a8 Mon Sep 17 00:00:00 2001 From: Clemens Lange Date: Mon, 30 Oct 2023 16:07:57 +0100 Subject: [PATCH] Remove automatic releease creation from docs --- docs/contributing.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 87b04015..cb4eae9e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -70,13 +70,3 @@ You should then find the new version at `this location`_. You need to be a maint .. _PyPI test server: https://test.pypi.org/project/hepdata_lib/ .. _this location: https://pypi.org/project/hepdata_lib/ .. _python packaging documentation: https://packaging.python.org/tutorials/packaging-projects/ - -Creating a new release automatically via an issue -------------------------------------------------- - -Opening an new issue automatically creates a new release if: - -- The title of the issue starts with the word "release" (not case-sensitive). -- The body of the issue contains only one of the following words: "patch", "minor" or "major". - -Remember to set the following github secrets: "test_pypi_password" , "pypi_password" and your personal access token to "access_token". This also uses the API token feature of PyPI.