We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e49128 commit 09db63eCopy full SHA for 09db63e
hack/tools/release/weekly/main.go
@@ -171,7 +171,7 @@ func run() int {
171
172
// TODO Turn this into a link (requires knowing the project name + organization)
173
fmt.Println("Weekly update :rotating_light:")
174
- fmt.Printf("Changes from %v a total of %d new commits where merged into main.\n\n", commitRange, len(commits))
+ fmt.Printf("Changes from %v a total of %d new commits were merged into main.\n\n", commitRange, len(commits))
175
176
for _, key := range outputOrder {
177
mergeslice := merges[key]
0 commit comments