From d7be9588a096aa1806620f584f9d00b74d6ac52c Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 14 Mar 2014 11:26:30 -0700 Subject: chore: update compare-master-to-stable to use v1.2.x --- compare-master-to-stable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] } ]; }). -- cgit v1.2.3