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

Commit 17a70ee

Browse files
chore(release): fetch tags before changelog generation
1 parent e1fe2fb commit 17a70ee

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
@@ -143,6 +143,7 @@
143143
start(`Generating changelog from ${OLD_VERSION.cyan} to ${NEW_VERSION.cyan}...`);
144144

145145
// Use the current CHANGELOG.md (that is on #master and now this branch)
146+
exec(`git fetch origin --tags`);
146147
exec(`./scripts/release/changelog.js`);
147148
done();
148149

0 commit comments

Comments
 (0)