We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f307b4 commit a375eaeCopy full SHA for a375eae
1 file changed
src/publish/index.js
@@ -335,7 +335,7 @@ export const publish = async (options) => {
335
const changelogMd = [
336
`Version ${version} - ${DateTime.now().toLocaleString(
337
DateTime.DATETIME_SHORT,
338
- )}${tag ? ' (Manual Release)' : undefined}`,
+ )}${tag ? ' (Manual Release)' : ''}`,
339
'## Changes',
340
changelogCommitsMd ? changelogCommitsMd : '- None',
341
'## Packages',
0 commit comments