Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 7993e7c

Browse files
ThomasBurlesonCaerusKaru
authored andcommitted
chore(release): fetch tags before changelog generation
1 parent 7a0aee0 commit 7993e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
start(`Generating changelog from ${oldVersion.cyan} to ${newVersion.cyan}...`);
141141

142142
// Use the current CHANGELOG.md (that is on #master and now this branch)
143+
exec(`git fetch origin --tags`);
143144
exec(`./scripts/release/changelog.js`);
144145
done();
145146

0 commit comments

Comments
 (0)