From d664cd40d4d000df08bdb8bf98dfbc25ddc45215 Mon Sep 17 00:00:00 2001 From: Clemens Lange Date: Thu, 25 Jul 2024 12:04:45 +0200 Subject: [PATCH] Consolidate release notes --- docs/contributing.rst | 8 +++++++- docs/dev.rst | 13 ------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 642029dd..5bd10fd5 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -42,9 +42,15 @@ Choose the tag you just created, auto-generate release notes, and click "Publish The package will then be automatically uploaded to the Python Package Index (PyPI_) at `this location`_ and a new container image will be built and tagged. +After making a new release available on `PyPI`_, a `JIRA`_ issue (`example`_) should be opened to request that +``hepdata_lib`` is upgraded in future `LCG Releases`_ used by `SWAN`_. + .. _bumpversion: https://github.com/peritus/bumpversion .. _.bumpversion.cfg: https://github.com/HEPData/hepdata_lib/blob/main/.bumpversion.cfg .. _Releases: https://github.com/HEPData/hepdata_lib/releases .. _PyPI: https://pypi.org -.. _PyPI test server: https://test.pypi.org/project/hepdata_lib/ .. _this location: https://pypi.org/project/hepdata_lib/ +.. _JIRA: https://its.cern.ch/jira/projects/SPI/ +.. _example: https://its.cern.ch/jira/browse/SPI-2507 +.. _LCG Releases: https://lcginfo.cern.ch/pkg/hepdata_lib/ +.. _SWAN: http://swan.cern.ch/ diff --git a/docs/dev.rst b/docs/dev.rst index e3a5e1b5..4ac04f40 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -129,16 +129,3 @@ Analysing the code These commands are run by GitHub Actions (for Python 3.8 or later), so you should first check locally that no issues are flagged. - - -Making a release ----------------- - -After making a new release available on `PyPI`_, a `JIRA`_ issue (`example`_) should be opened to request that -``hepdata_lib`` is upgraded in future `LCG Releases`_ used by `SWAN`_. - -.. _PyPI: https://pypi.org/project/hepdata-lib/ -.. _JIRA: https://its.cern.ch/jira/projects/SPI/ -.. _example: https://its.cern.ch/jira/browse/SPI-2507 -.. _LCG Releases: https://lcginfo.cern.ch/pkg/hepdata_lib/ -.. _SWAN: http://swan.cern.ch/ \ No newline at end of file