File tree 3 files changed +29
-2
lines changed 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ language : node_js
3
+ cache :
4
+ directories :
5
+ - node_modules
6
+ notifications :
7
+ email : false
8
+ node_js :
9
+ - ' 4'
10
+ before_install :
11
+ - npm i -g npm@^2.0.0
12
+ before_script :
13
+ - npm prune
14
+ after_success :
15
+ - npm run semantic-release
16
+ branches :
17
+ only :
18
+ - master
Original file line number Diff line number Diff line change 1
1
# cz-conventional-changelog
2
2
3
+ Status:
4
+ [ ![ npm version] ( https://img.shields.io/npm/v/cz-conventional-changelog.svg?style=flat-square )] ( https://www.npmjs.org/package/cz-conventional-changelog )
5
+ [ ![ npm downloads] ( https://img.shields.io/npm/dm/cz-conventional-changelog.svg?style=flat-square )] ( http://npm-stat.com/charts.html?package=cz-conventional-changelog&from=2015-08-01 )
6
+ [ ![ Build Status] ( https://img.shields.io/travis/commitizen/cz-conventional-changelog.svg?style=flat-square )] ( https://travis-ci.org/commitizen/cz-conventional-changelog )
7
+
3
8
Part of the [ commitizen] ( https://github.com/commitizen/cz-cli ) family. Prompts for [ conventional changelog] ( https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md ) standard.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cz-conventional-changelog" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 0.0.0-semantically-released .0" ,
4
4
"description" : " Commitizen adapter following the conventional-changelog format." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
7
+ "test" : " echo 'Tests need to be setup!'" ,
8
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
8
9
},
9
10
"homepage" : " https://github.com/commitizen/cz-conventional-changelog" ,
10
11
"repository" : {
15
16
"license" : " MIT" ,
16
17
"dependencies" : {
17
18
"word-wrap" : " ^1.0.3"
19
+ },
20
+ "devDependencies" : {
21
+ "semantic-release" : " ^4.3.5"
18
22
}
19
23
}
You can’t perform that action at this time.
0 commit comments