File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
branch : master
41
41
extra_plugins : |
42
+ conventional-changelog/conventional-changelog-jshint
42
43
@google/semantic-release-replace-plugin
43
44
@semantic-release/exec
44
45
@semantic-release/changelog
Original file line number Diff line number Diff line change 29
29
with :
30
30
branch : master
31
31
extra_plugins : |
32
+ conventional-changelog/conventional-changelog-jshint
32
33
@google/semantic-release-replace-plugin
33
34
@semantic-release/exec
34
35
@semantic-release/changelog
Original file line number Diff line number Diff line change 1
1
{ "branches": ["master", "next"],
2
2
" plugins " : [
3
- " @semantic-release/commit-analyzer" , # Default 1
3
+ [
4
+ " @semantic-release/commit-analyzer" ,
5
+ {
6
+ " preset " : " jshint"
7
+ }
8
+ ],
9
+ [
10
+ " @semantic-release/release-notes-generator" ,
11
+ {
12
+ " preset " : " jshint"
13
+ }
14
+ ],
4
15
" @semantic-release/release-notes-generator" , # Default 2
5
16
[
6
17
" @google/semantic-release-replace-plugin" ,
You can’t perform that action at this time.
0 commit comments