aboutsummaryrefslogtreecommitdiffstats
path: root/compare-master-to-stable.js
diff options
context:
space:
mode:
Diffstat (limited to 'compare-master-to-stable.js')
-rwxr-xr-xcompare-master-to-stable.js2
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] }
];
}).