Skip to content

Commit 1c50b24

Browse files
committed
ci: need to import with extensions
1 parent 6b11e07 commit 1c50b24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import commitAnalyzer from "@html-validate/semantic-release-config/lib/commit-analyzer";
2-
import releaseNotesGenerator from "@html-validate/semantic-release-config/lib/release-notes-generator";
3-
import npm from "@html-validate/semantic-release-config/lib/npm";
4-
import changelog from "@html-validate/semantic-release-config/lib/changelog";
5-
import exec from "@html-validate/semantic-release-config/lib/exec";
6-
import git from "@html-validate/semantic-release-config/lib/git";
1+
import commitAnalyzer from "@html-validate/semantic-release-config/lib/commit-analyzer.js";
2+
import releaseNotesGenerator from "@html-validate/semantic-release-config/lib/release-notes-generator.js";
3+
import npm from "@html-validate/semantic-release-config/lib/npm.js";
4+
import changelog from "@html-validate/semantic-release-config/lib/changelog.js";
5+
import exec from "@html-validate/semantic-release-config/lib/exec.js";
6+
import git from "@html-validate/semantic-release-config/lib/git.js";
77

88
export default {
99
plugins: [

0 commit comments

Comments
 (0)