File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- 10
4
- - 9
5
- matrix :
6
- allow_failures :
7
- - node_js : 11
4
+ - 12
5
+ - 13
8
6
cache :
9
7
directories :
10
8
- node_modules
11
9
install :
12
10
- npm i
13
11
jobs :
14
12
include :
13
+ - stage : allow_failures
14
+ node_js : 14
15
15
- stage : release
16
16
node_js : lts/*
17
17
deploy :
18
18
provider : script
19
19
skip_cleanup : true
20
20
script :
21
- - npx semantic-release
22
- branches :
23
- only :
24
- - master
25
- - /^greenkeeper/.*$/
21
+ - npx semantic-release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @weareopensource/conventional-changelog" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " Commitizen adapter following the conventional-changelog format with emojis choice." ,
5
5
"keywords" : [
6
6
" commitlint" ,
16
16
"format" : " prettier --write *.js" ,
17
17
"semantic-release" : " semantic-release"
18
18
},
19
- "homepage" : " https://github.com/WeAreOpenSourceProjects/waos- conventional-changelog" ,
19
+ "homepage" : " https://github.com/weareopensource/ conventional-changelog" ,
20
20
"repository" : {
21
21
"type" : " git" ,
22
- "url" : " https://github.com/WeAreOpenSourceProjects/waos- conventional-changelog.git"
22
+ "url" : " https://github.com/weareopensource/ conventional-changelog.git"
23
23
},
24
- "author" : " Pierre Brisorgueil <brisorgueilp@gmail.com > for the fork, Jim Cummins <jimthedev@gmail.com>" ,
24
+ "author" : " Pierre Brisorgueil <pierre@weareopensource.me > for the fork, Jim Cummins <jimthedev@gmail.com>" ,
25
25
"license" : " MIT" ,
26
26
"husky" : {
27
27
"hooks" : {
You can’t perform that action at this time.
0 commit comments