Skip to content

Commit

Permalink
Add step to send notice by email to release doc (#1087)
Browse files Browse the repository at this point in the history
* Add step to send notice by email to release doc

* Apply suggestions from code review

Co-authored-by: Kurt McKee <[email protected]>

---------

Co-authored-by: Kurt McKee <[email protected]>
  • Loading branch information
ada-globus and kurtmckee authored Oct 16, 2024
1 parent 6b37212 commit 0e0e113
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ or create the release via the GitHub CLI
./scripts/changelog2md.py | \
gh release create $SDK_VERSION --title "v$SDK_VERSION" --notes-file -
```

- Send an email announcement to the Globus Discuss list with highlighted
changes and a link to the GitHub release page.
(If the Globus CLI is releasing within a short interval,
combine both announcements into a single email notice.)

0 comments on commit 0e0e113

Please sign in to comment.