Skip to content

Commit

Permalink
chore: Fix changelog generation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jul 10, 2021
1 parent de32c1c commit 030cb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_release.js
Expand Up @@ -81,7 +81,7 @@ async function main() {

console.log("Creating release...");
const changelog = await exec(
`node ${join(__dirname, "generate_changelog.js")} - ${lastTag}`
`node ${join(__dirname, "generate_changelog.js")} - ${currentVersion}`
);
await createGitHubRelease({
tag_name: currentVersion,
Expand Down

0 comments on commit 030cb1e

Please sign in to comment.