Skip to content

Commit

Permalink
Chore: move default-questions to release-questions (#16)
Browse files Browse the repository at this point in the history
* Chore: move default-questions to release-questions

* Test: update new paths
  • Loading branch information
aichbauer committed Oct 24, 2017
1 parent 43bb3e9 commit de79b6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/tasks/release-tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import taggedCommits from 'tagged-git-commits';

import generateVersions from '../../helpers/generateVersions';
import getLatestVersion from '../../helpers/getLatestVersion';
import questions from '../../questions/default-questions';
import questions from '../../questions/release-questions';

import cleanupTasks from './cleanup';
import releaseTasks from './release';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'ava';

import generateVersions from '../../../lib/helpers/generateVersions';
import questions from '../../../lib/questions/default-questions';
import questions from '../../../lib/questions/release-questions';

test('QUESTIONS | DEFAULT QUESTIONS | check the values of questions object', (t) => {
const versions = generateVersions('0.0.1');
Expand Down

0 comments on commit de79b6d

Please sign in to comment.