Skip to content

Commit

Permalink
chore: add EOL at the end of changelog text
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Feb 21, 2024
1 parent ee1035c commit e7aaa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if (process.env.GITHUB_OUTPUT)
process.env.GITHUB_OUTPUT,
`changelog<<${delimiter}${commits.join(
EOL.repeat(2),
)}${delimiter}version=${version}${EOL}`,
)}${EOL}${delimiter}version=${version}${EOL}`,
);
else console.log("Not github actions");

0 comments on commit e7aaa7e

Please sign in to comment.