diff options
| -rwxr-xr-x | compare-master-to-stable.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compare-master-to-stable.js b/compare-master-to-stable.js index 2fa86729..7a2fb939 100755 --- a/compare-master-to-stable.js +++ b/compare-master-to-stable.js @@ -122,7 +122,7 @@ then(function (tags) {  }).  then(function (tags) {    return [ -    { name: 'v1.0.x', tag: tags[0] }, +    { name: 'v1.2.x', tag: tags[0] },      { name: 'master', tag: tags[1] }    ];  }). | 
