Skip to content

Commit 01d126b

Browse files
adonovangopherbot
authored andcommitted
gopls/doc/release: add contributor shout-out
Plus a data file and script hint to partially automate the tedious task of looking up GitHub IDs. Updates golang/go#73965 Change-Id: I7ed0166e5f1845eff0fdd629719a726415e99a0f Reviewed-on: https://go-review.googlesource.com/c/tools/+/682037 Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent e40bd19 commit 01d126b

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

gopls/contributors.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This list is used to help generate the GitHub handles in the
2+
# contributor shout-out of each gopls release note.
3+
#
4+
# Use a command such as this to convert a range of git commits:
5+
#
6+
# $ join -o 2.2 <(git log --format="format: %aE" gopls/v0.18.1..gopls/v0.19.0-pre.3 | sort -u) \
7+
# <(grep '^[^#]' ~/w/xtools/gopls/contributors.txt | sort)
8+
#
9+
# Use -v 1 instead of -o 2.2 to detect any missing entries.
10+
11+
[email protected] acehinnnqru
12+
13+
14+
15+
[email protected] ashurbekovz
16+
17+
18+
19+
20+
[email protected] shashank-priyadarshi
21+
[email protected] firelizzard18
22+
23+
24+
25+
26+
27+
[email protected] madelinekalil
28+
[email protected] karamaru-alpha
29+
30+
31+
32+
33+
[email protected] samthanawalla
34+
35+
36+
37+
38+
39+
40+
# GitHub ID unknown:
41+

gopls/doc/release/v0.19.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,8 @@ func f(x int) {
208208
Only a single reference is replaced; issue https://go.dev/issue/70085
209209
tracks the feature to "inline all" uses of the variable and eliminate
210210
it.
211+
212+
213+
# Thank you to our contributors!
214+
215+
@acehinnnqru @adonovan @albfan @aarzilli @ashurbekovz @cuonglm @dmitshur @neild @egonelbre @shashank-priyadarshi @firelizzard18 @gopherbot @h9jiang @cuishuang @jakebailey @jba @madelinekalil @karamaru-alpha @danztran @nsrip-dd @pjweinb @findleyr @samthanawalla @seankhliao @tklauser @vikblom @kwjw @xieyuschen

0 commit comments

Comments
 (0)