From d9ddac074ae4e789b06f45028745cc85ed323083 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Wed, 24 Jul 2024 13:36:04 +0200 Subject: [PATCH 1/2] docs(publish-release): Add information about external contributor GitHub Action --- docs/publishing-a-release.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/publishing-a-release.md b/docs/publishing-a-release.md index 99025b7804a2..6a43b4035cfc 100644 --- a/docs/publishing-a-release.md +++ b/docs/publishing-a-release.md @@ -31,4 +31,7 @@ _These steps are only relevant to Sentry employees when preparing and publishing `Work in this release contributed by . 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). From 81b36ff66258785c7dfcc16448900e4ed7eb13b8 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Wed, 24 Jul 2024 13:48:13 +0200 Subject: [PATCH 2/2] fix formatting --- docs/publishing-a-release.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/publishing-a-release.md b/docs/publishing-a-release.md index 6a43b4035cfc..7b88d6bd41b8 100644 --- a/docs/publishing-a-release.md +++ b/docs/publishing-a-release.md @@ -32,6 +32,7 @@ _These steps are only relevant to Sentry employees when preparing and publishing 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). + "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).