We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c853f11 + cb197a6 commit 0a529a4Copy full SHA for 0a529a4
changelog-maker.js
@@ -39,8 +39,8 @@ const gitcmd = 'git log --pretty=full --since="{{sincecmd}}" --until="{{u
39
, untilcmd = ''
40
, refcmd = argv.a || argv.all ? 'git rev-list --max-parents=0 HEAD' : 'git rev-list --max-count=1 {{ref}}'
41
, defaultRef = '--tags=v*.*.* 2> /dev/null ' +
42
- '|| git rev-list --max-count=1 --tags=*.*.* 2> /dev/null ' +
43
- '|| git rev-list --max-count=1 HEAD'
+ '|| git rev-list --max-count=1 --tags=*.*.* 2> /dev/null ' +
+ '|| git rev-list --max-count=1 HEAD'
44
45
debug(ghId)
46
0 commit comments