From ead9f778398e5a0e884f1d92edb494da20f4a250 Mon Sep 17 00:00:00 2001 From: Graeme Watt Date: Wed, 14 Feb 2024 15:25:02 +0000 Subject: [PATCH] docs: mention opening a JIRA issue after release --- docs/dev.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/dev.rst b/docs/dev.rst index c39ee778..f4f4bcb0 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -121,4 +121,17 @@ Analysing the code pylint hepdata_lib/*.py pylint tests/*.py --rcfile=tests/pylintrc -These commands are run by GitHub Actions, so you should first check locally that no issues are flagged. \ No newline at end of file +These commands are run by GitHub Actions, 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