Skip to content

Commit aa579a2

Browse files
committed
update
1 parent 9241313 commit aa579a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ship.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function commitChangelog(current, next) {
3939
return fs.writeFile('./CHANGELOG.md', `${head}\n\n${changelog}`)
4040
}
4141

42-
module.exports = {
42+
export default {
4343
mergeStrategy: { toSameBranch: ['main'] },
4444
monorepo: undefined,
4545
updateChangelog: false,

0 commit comments

Comments
 (0)