Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
[modules] fix passing of read changelog content to version updating f…
Browse files Browse the repository at this point in the history
…unction
  • Loading branch information
ArmorDarks committed Jun 6, 2018
1 parent f51bca5 commit fff268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/changelog-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const updateChangelogVersion = ({
if (error) return console.log(`[changelog-version] seems to be no ${changelogFilename}, skipping changelog version update`)

writeFileSync(changelogFilename, updateVersion({
changelog,
input: changelog,
version,
changelogFilename,
repositoryURL,
Expand Down

0 comments on commit fff268a

Please sign in to comment.