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 870c253 commit 04ba49fCopy full SHA for 04ba49f
docs/releasing.md
@@ -17,7 +17,7 @@ root=$(jj log --no-graph -r 'heads(tags(glob:"v*.*.*") & ::trunk())' -T commit_i
17
filter='
18
map(.commits[] | select(.author.login | endswith("[bot]") | not))
19
| unique_by(.author.login)
20
- | map("* \(.commit.author.name) (@\(.author.login))"))
+ | map("* \(.commit.author.name) (@\(.author.login))")
21
| .[]
22
'
23
gh api "/repos/jj-vcs/jj/compare/$root...main" --paginate | jq -sr "$filter" | sort -f
0 commit comments