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.