Skip to content

Commit

Permalink
compare against origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Nov 26, 2024
1 parent faa5516 commit 3114015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unreleasedChanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const exec = util.promisify(_exec);

async function gitLogForTag(tag) {
const { stdout } = await exec(
`git log v${tag}...main --pretty=format:'- %s – @%al.' --no-merges`
`git log v${tag}...origin/main --pretty=format:'- %s – @%al.' --no-merges`
);
return stdout;
}
Expand Down

0 comments on commit 3114015

Please sign in to comment.