Skip to content

Commit

Permalink
fix: semantic release custom notes import (#2113)
Browse files Browse the repository at this point in the history
see https://github.com/ipfs/ipfs-webui/actions/runs/4789922352/jobs/8518538468

Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
  • Loading branch information
ipfs-gui-bot and SgtPooki committed Apr 24, 2023
1 parent 57d9b63 commit 2f9f306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/esm-extensions */
// @ts-check

const config = require('conventional-changelog-conventionalcommits')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
[
"@semantic-release/release-notes-generator",
{
"config": "./custom-release-notes-generator.js",
"config": "./custom-release-notes-generator.cjs",
"presetConfig": {
"types": [
{
Expand Down

0 comments on commit 2f9f306

Please sign in to comment.