Skip to content

Commit cc62af8

Browse files
committed
fix: 🐛 format release message in .releaserc.js for consistency
1 parent 41f9603 commit cc62af8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.releaserc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ module.exports = {
1515
'@semantic-release/git',
1616
{
1717
assets: ['package.json', 'package-lock.json', 'CHANGELOG.md'],
18-
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
18+
message:
19+
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
1920
},
2021
],
2122
],
22-
};
23+
};

0 commit comments

Comments
 (0)