There was an error while loading. Please reload this page.
1 parent 654b9a2 commit 1712885Copy full SHA for 1712885
1 file changed
scripts/bump-edge.ts
@@ -18,7 +18,7 @@ async function main () {
18
19
const config = await loadChangelogConfig(process.cwd())
20
21
- const latestTag = execaSync('git', ['describe', '--tags', '--abbrev=0']).stdout
+ const latestTag = execaSync('git', ['describe', '--tags', '--abbrev=0', 'main']).stdout
22
23
const commits = await getGitDiff(latestTag)
24
const bumpType = determineSemverChange(parseCommits(commits, config), config)
0 commit comments