Skip to content

Commit 5714ed6

Browse files
Use the new re-entrant do-nothing script (#6062)
* Use the new re-entrant do-nothing script. * Proper import error handling. * Always use git add. * More automation around CF standard names. * Missing bracket. * Less nebulous language. * Encourage copy-pasting from previous releases. * Clearer wording about release branches. * Clearer RTD versioning. * More precise installation tests. * Clearer rc branch naming. * Draw attention to deviation from conda-forge guidance. * Wait for CI to finish. * Include conda search command. * Comment on discussion. * Viva Engage. * Use a git command for recreating files. * Better SHA256 validation. * Add missing conda deactivate command. * Correct URL for watching conda-forge process. * Correct use of self.git_tag. * More guidance about when to change RC feedstock files. * Better advice for waiting for conda testing. * Raise correct message if `nothing` is not installed. Co-authored-by: Elias <[email protected]> * Line breaks in CF standard names instructions. Co-authored-by: Elias <[email protected]> * Don't use override-channels * Shout louder about NOT targeting the main branch. * More specificity in creating PRs, extra check for conda-forge RCs. * Corrected sha256 check. * What's New entry. --------- Co-authored-by: Elias <[email protected]>
1 parent 7bca716 commit 5714ed6

File tree

3 files changed

+807
-725
lines changed

3 files changed

+807
-725
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ docs/iris_image_test_output/
7979

8080
# Files generated during test runs.
8181
lib/iris/tests/results/**/*.dot
82+
83+
# Uses of SciTools-incubator/nothing.
84+
**/.nothing

docs/src/whatsnew/latest.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ This document explains the changes made to Iris for this release
8484
part of an ongoing effort to move from ``unittest`` to ``pytest``. (:pull:`6207`,
8585
part of :issue:`6212`)
8686

87+
#. `@trexfeathers`_, `@ESadek-MO`_ and `@HGWright`_ heavily re-worked
88+
:doc:`/developers_guide/release_do_nothing` to be more thorough and apply
89+
lessons learned from recent releases. (:pull:`6062`)
90+
8791

8892
.. comment
8993
Whatsnew author names (@github name) in alphabetical order. Note that,

0 commit comments

Comments
 (0)