We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37424f9 commit 3270b85Copy full SHA for 3270b85
commands/utils/story.js
@@ -5,6 +5,7 @@ function skipStory(story, config) {
5
return true;
6
}
7
8
+ // skip story if it's docs for version 8
9
if(story.type && story.type === 'docs'){
10
11
0 commit comments