Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): eslint disable curly comment
Browse files Browse the repository at this point in the history
csantiago132 committed Oct 3, 2024
1 parent f798905 commit 9b2e8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/semantic-release/index.js
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ module.exports = {
'@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]',
},
],

0 comments on commit 9b2e8d8

Please sign in to comment.