This is an automated email from the ASF dual-hosted git repository.
ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 91950d6 Clarify instructions on how to get contributor list.
new dfb5726 Merge pull request #16133 from tvalentyn/tags_command
91950d6 is described below
commit 91950d60925dfb88e32869b5194313a589c15242
Author: Valentyn Tymofieiev <[email protected]>
AuthorDate: Fri Dec 3 11:57:16 2021 -0800
Clarify instructions on how to get contributor list.
---
website/www/site/content/en/contribute/release-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/contribute/release-guide.md
b/website/www/site/content/en/contribute/release-guide.md
index 8a8b607..9896640 100644
--- a/website/www/site/content/en/contribute/release-guide.md
+++ b/website/www/site/content/en/contribute/release-guide.md
@@ -680,7 +680,7 @@ See
[beam-2.31.0.md](https://github.com/apache/beam/commit/a32a75ed0657c122c6625
- Copy the changes for the current release from `CHANGES.md` to the blog post
and edit as necessary.
- Be sure to add yourself to
[authors.yml](https://github.com/apache/beam/blob/master/website/www/site/data/authors.yml)
if necessary.
-__Tip__: Use git log to find contributors to the releases. (e.g: `git log
--pretty='%aN' ^v2.10.0 v2.11.0 | sort | uniq`).
+__Tip__: Use git log to find contributors to the releases. (e.g: `git fetch
origin --tags; git log --pretty='%aN' ^v2.10.0 v2.11.0-RC1 | sort | uniq`).
Make sure to clean it up, as there may be duplicate or incorrect user names.
__NOTE__: Make sure to include any breaking changes, even to `@Experimental`
features,