Skip to content

Commit

Permalink
Remove link convention from base config; fix utils ref (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Apr 15, 2024
1 parent 43e11c8 commit def057d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
[
"@semantic-release/release-notes-generator",
{
"config": "@bdrk/changelog-convention",
"issueUrlPrefix": "https://fritz-consulting.atlassian.net/browse/"
"config": "@bdrk/changelog-convention"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion assets.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs');
const { getPackageConfig, findPlugin } = require('./utils.cjs');
const { getPackageConfig, findPlugin } = require('./utils.js');

const config = require('./base.js');

Expand Down

0 comments on commit def057d

Please sign in to comment.