Skip to content

Commit 04ba49f

Browse files
committed
docs: fix unbalanced parentheses in jq script
1 parent 870c253 commit 04ba49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ root=$(jj log --no-graph -r 'heads(tags(glob:"v*.*.*") & ::trunk())' -T commit_i
1717
filter='
1818
map(.commits[] | select(.author.login | endswith("[bot]") | not))
1919
| unique_by(.author.login)
20-
| map("* \(.commit.author.name) (@\(.author.login))"))
20+
| map("* \(.commit.author.name) (@\(.author.login))")
2121
| .[]
2222
'
2323
gh api "/repos/jj-vcs/jj/compare/$root...main" --paginate | jq -sr "$filter" | sort -f

0 commit comments

Comments
 (0)