Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Dec 14, 2019
1 parent a3878a6 commit 68faffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update-changelog/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function main() {

newChangelog = changelog.replace(
INSERTION_POINT,
newChangelog.length ? INSERTION_POINT + "\n" + newChangelog : INSERTION_POINT
INSERTION_POINT + "\n" + newChangelog
);

await fs.writeFile(CHANGELOG_PATH, newChangelog);
Expand Down

0 comments on commit 68faffc

Please sign in to comment.