Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
ci(semantic-release): remove results when running @google/semantic-re…
Browse files Browse the repository at this point in the history
…lease-replace-plugin plugin (#192)

It's shouldn't cause CI it to fail if the version has not changed
  • Loading branch information
Clumsy-Coder authored Aug 4, 2020
1 parent 81d6c89 commit 63574f7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ module.exports = {
files: ['package.json'],
from: '"version": ".*"',
to: '"version": "${nextRelease.version}"',
results: [
{
file: 'package.json',
hasChanged: true,
numMatches: 1,
numReplacements: 1,
},
],
countMatches: true,
},
],
},
Expand Down

0 comments on commit 63574f7

Please sign in to comment.