Skip to content

docs(publish-release): Add information about external contributor GitHub Action #13037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/publishing-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ _These steps are only relevant to Sentry employees when preparing and publishing
`Work in this release contributed by <list of external contributors' GitHub usernames>. Thank you for your contributions!`.
If there's only one external PR, don't forget to remove the final `s`. If there are three or more, use an Oxford
comma. (It's in the Sentry styleguide!)
- We have a GitHub Action "External Contributors" which collects all external contributors in the changelog section
"Unreleased". The GitHub Action creates a PR with this change every time a PR of an external contributor is merged.
You can safely cut and paste this line to the new release section of the changelog (but a sanity check is never
wrong).
7. Commit, push, and continue with step 4 from the previous section with the general instructions (above).
Loading