Skip to content

Commit

Permalink
chore: allow semantic-release template strings
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Sep 11, 2024
1 parent 0deb3a1 commit 64df495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -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', {name: 'beta', prerelease: true}],
plugins: [
Expand Down

0 comments on commit 64df495

Please sign in to comment.