Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/semantic-release/index.js
  • Loading branch information
csantiago132 committed Oct 3, 2024
2 parents 686da27 + 0e54569 commit f798905
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/semantic-release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ module.exports = {
},
],
plugins: [
'@semantic-release/changelog',
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/github',
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json'],
// eslint-disable-next-line no-template-curly-in-string -- required by `semantic-release`.
message: 'chore(release): ${nextRelease.version} [skip ci]',

Check failure on line 19 in src/semantic-release/index.js

View workflow job for this annotation

GitHub Actions / code-quality

Unexpected template string expression
},
],
'@semantic-release/github',
'@semantic-release/npm',
],
};

0 comments on commit f798905

Please sign in to comment.