File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
questions/release-questions
test/questions/release-questions Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import taggedCommits from 'tagged-git-commits';
99
1010import generateVersions from '../../helpers/generateVersions' ;
1111import getLatestVersion from '../../helpers/getLatestVersion' ;
12- import questions from '../../questions/default -questions' ;
12+ import questions from '../../questions/release -questions' ;
1313
1414import cleanupTasks from './cleanup' ;
1515import releaseTasks from './release' ;
Original file line number Diff line number Diff line change 11import test from 'ava' ;
22
33import generateVersions from '../../../lib/helpers/generateVersions' ;
4- import questions from '../../../lib/questions/default -questions' ;
4+ import questions from '../../../lib/questions/release -questions' ;
55
66test ( 'QUESTIONS | DEFAULT QUESTIONS | check the values of questions object' , ( t ) => {
77 const versions = generateVersions ( '0.0.1' ) ;
You can’t perform that action at this time.
0 commit comments