Skip to content

Commit c3db339

Browse files
authored
Merge pull request #4224 from silx-kit/update_release_doc
doc: update release note. How to handle workflow resources build failure
2 parents 93cee1d + b3cc8c4 commit c3db339

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,12 @@ Create the release
203203
- Select the release branch as the target.
204204
- Combine the release notes manually edited from ``CHANGELOG.rst`` with `github automatically generated release notes`_.
205205
* Press the "Publish release" button to push the new tag to the release branch and trigger the release workflow which builds
206-
the documentation, the source tarball, the wheels and the Windows "fat binaries" of the release.
206+
the documentation, the source tarball, the wheels and the Windows "fat binaries" of the release. You should see them starting from the `actions page <https://github.com/silx-kit/silx/actions>`_.
207+
208+
.. note::
209+
210+
If any step in the release process (such as creating wheels or building documentation) fails, you can cancel the github workflow, delete the github release and the associated tag.
211+
Then add new PR(s) and repeat the release operation.
207212

208213
Publish Windows "fat binaries"
209214
..............................

0 commit comments

Comments
 (0)