mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 00:20:29 -05:00
chore: allow semantic-release template strings
This commit is contained in:
parent
8db74d0f2e
commit
7fa411b3ba
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// semantic-release parses curly-brace template items in plain strings:
|
||||
/* eslint-disable no-template-curly-in-string */
|
||||
|
||||
module.exports = {
|
||||
branches: ['main'],
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue