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 1a37531 commit 04f7887Copy full SHA for 04f7887
appveyor.yml
@@ -17,5 +17,9 @@ test_script:
17
# run tests
18
- npm test
19
20
+artifacts:
21
+ - path: test\artifacts
22
+ name: test artifacts
23
+
24
# Don't actually build.
25
build: off
test/tests/commit.js
@@ -103,8 +103,8 @@ describe('commit', function() {
103
104
// Describe an adapter
105
let adapterConfig = {
106
- path: path.join(repoConfig.path, '/node_modules/cz-jira-smart-commit'),
107
- npmName: 'cz-jira-smart-commit'
+ path: path.join(repoConfig.path, '/node_modules/cz-conventional-changelog'),
+ npmName: 'cz-conventional-changelog'
108
};
109
110
// Quick setup the repos, adapter, and grab a simple prompter
0 commit comments