From 63574f73609a86eb52202820b9671b0fa97e14c0 Mon Sep 17 00:00:00 2001 From: Umar Bari Date: Tue, 4 Aug 2020 16:44:43 -0600 Subject: [PATCH] ci(semantic-release): remove results when running @google/semantic-release-replace-plugin plugin (#192) It's shouldn't cause CI it to fail if the version has not changed --- .releaserc.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.releaserc.js b/.releaserc.js index 038f3420..2c20a6bc 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -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, }, ], },