Skip to content

Commit 99e84d5

Browse files
committed
fix: import of .cjs file should include the extension
1 parent 547c4c8 commit 99e84d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/release-it-config/.release-it.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const customWhatBump = require('./bumper');
1+
const customWhatBump = require('./bumper.cjs');
22

33
module.exports = {
44
plugins: {

0 commit comments

Comments
 (0)