Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d7be958

Browse files
committed
chore: update compare-master-to-stable to use v1.2.x
1 parent 53e4da8 commit d7be958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compare-master-to-stable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ then(function (tags) {
122122
}).
123123
then(function (tags) {
124124
return [
125-
{ name: 'v1.0.x', tag: tags[0] },
125+
{ name: 'v1.2.x', tag: tags[0] },
126126
{ name: 'master', tag: tags[1] }
127127
];
128128
}).

0 commit comments

Comments
 (0)