Skip to content

Commit 1712885

Browse files
committed
chore: add branch to edge release script
1 parent 654b9a2 commit 1712885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bump-edge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function main () {
1818

1919
const config = await loadChangelogConfig(process.cwd())
2020

21-
const latestTag = execaSync('git', ['describe', '--tags', '--abbrev=0']).stdout
21+
const latestTag = execaSync('git', ['describe', '--tags', '--abbrev=0', 'main']).stdout
2222

2323
const commits = await getGitDiff(latestTag)
2424
const bumpType = determineSemverChange(parseCommits(commits, config), config)

0 commit comments

Comments
 (0)