From ad40175d6cd700fee0439edfc50a655e467f6bee Mon Sep 17 00:00:00 2001 From: ojustino Date: Mon, 13 May 2024 18:00:23 -0400 Subject: [PATCH] Added a description of webhooks Co-authored-by: Sebastian Gomez --- docs/release.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/release.rst b/docs/release.rst index e22186c..cb7f6c1 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -69,7 +69,7 @@ Release creation (on GitHub) ---------------------------- After the tests triggered by pushing the new tag succeed, follow these steps to -manually create a new release in the ``STScI-STIPS`` GitHub repository. +manually create a new release in the ``spacetelescope/STScI-STIPS`` GitHub repository. #. Click "Releases" on main repository page or `follow this link `_. #. Press the "Draft a new release" button above the list of releases. @@ -153,3 +153,8 @@ be identical for the moment. The versions of the documentation that should be visible to the public and marked as "Active" on their "Edit" pages are ``latest`` and the new release, ``vX.Y.Z``. In the future, we may make past versions visible, too. + +RTD is connected to the ``spacetelescope/STScI-STIPS`` GitHub repository via a Webhook, +which can be found on `the hooks page `_. +If for any reason the link happens to break, the Webhook can be re-linked by creating a new +secret and pasting the Payload URL in the RTD Integrations found on `the integration page `_.