Skip to content

Commit 7fa411b

Browse files
committed
chore: allow semantic-release template strings
1 parent 8db74d0 commit 7fa411b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// semantic-release parses curly-brace template items in plain strings:
2+
/* eslint-disable no-template-curly-in-string */
3+
14
module.exports = {
25
branches: ['main'],
36
plugins: [

0 commit comments

Comments
 (0)