Skip to content

Commit

Permalink
Encourage copy-pasting from previous releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Aug 12, 2024
1 parent c0ac209 commit 7510b78
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions tools/release_do_nothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,14 @@ def cut_release(self):
self.wait_for_done(message)

message = (
"Craft an appropriate release description in the main text box.\n"
"Be sure to mention the What's New entry, conda-forge and PyPI - "
"you will need to return later to make these into links.\n"
"Be careful to change the appropriate words if copying from a "
"previous release description."
"Populate the main text box.\n"
"- Usual approach: copy from the last similar release, and "
"THOROUGHLY check for all references to the old release - change "
"these.\n"
"- Alternatively: craft a new release description from scratch. "
"Be sure to mention the What's New entry, conda-forge and PyPI; "
"note that you will need to return later to make these into "
"links.\n"
)
self.wait_for_done(message)

Expand Down Expand Up @@ -705,8 +708,9 @@ def update_links(self):

message = (
"Update the release page in GitHub discussions, with the above "
"links "
"and anything else appropriate.\n"
"links and anything else appropriate.\n"
"The simplest way is to copy appropriate content from a previous "
"release, then edit it to match the current release.\n"
"https://github.com/SciTools/iris/discussions"
)
self.wait_for_done(message)
Expand Down

0 comments on commit 7510b78

Please sign in to comment.