File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
- gem install rubocop
44
44
- rubocop -d
45
45
# Install and run `commitlint`
46
- - npm install @commitlint/config-conventional -D
47
- - npm install @commitlint/travis-cli -D
46
+ - npm i -D @commitlint/config-conventional
47
+ @commitlint/travis-cli
48
48
- commitlint-travis
49
49
50
50
# # Define the rest of the matrix based on Kitchen testing
95
95
- maintainer contributor
96
96
97
97
# Install all dependencies required for `semantic-release`
98
- - npm install @semantic-release/changelog@3 -D
99
- - npm install @semantic-release/exec@3 -D
100
- - npm install @semantic-release/git@7 -D
98
+ - npm i -D @semantic-release/changelog@3
99
+ @semantic-release/exec@3
100
+ @semantic-release/git@7
101
101
deploy :
102
102
provider : script
103
103
skip_cleanup : true
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ module.exports = {
63
63
}
64
64
65
65
if ( typeof commit . hash === `string` ) {
66
- commit . hash = commit . hash . substring ( 0 , 7 )
66
+ commit . shortHash = commit . hash . substring ( 0 , 7 )
67
67
}
68
68
69
69
if ( typeof commit . subject === `string` ) {
You can’t perform that action at this time.
0 commit comments