File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
" @semantic-release/changelog" ,
6
6
" @semantic-release/npm" ,
7
7
" @semantic-release/github" ,
8
- " @semantic-release/git"
8
+ [" @semantic-release/git" , {
9
+ "assets" : [" dist/*" , " package.json" ],
10
+ "message" : " chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
11
+ }]
9
12
],
10
13
"tagFormat" : " ${version}"
11
- }
14
+ }
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
node_js : 10
24
24
script : skip
25
25
env :
26
- # GitHub
27
- - secure : " brL77ysx1Z30fGqeTLtdhVYCdMXFi6kbQYpQB2w9CtJJeI9zKZDagYKSjHpY1kzgUN0BoXG/Kyr1EgXsE2nBHjWYPKsxcbNP8gEAl8I6J7LBNVrxYkJNzQ46jYIjtjAWwodbQGAz0LrH5b8sw8IwE8vcxZ4thfZupA50LC8VdWA="
28
26
# NPM
29
- - secure : " fM77hue6ws/ikKaCzUsy6o3urxBHH0YjNSP3Dzc1Qm6oBthe8AYMifV7O93JI3T9ne4jDJvXcCCxgCOBr7gYr7U2/W+X144MphuBbqlTRxusKKBYCtK0QatjM9Px07f1lWLhgcEbwAayr9l9JSSJk4y5T7zk0Ij02gHapB0PPv8="
27
+ - secure : fM77hue6ws/ikKaCzUsy6o3urxBHH0YjNSP3Dzc1Qm6oBthe8AYMifV7O93JI3T9ne4jDJvXcCCxgCOBr7gYr7U2/W+X144MphuBbqlTRxusKKBYCtK0QatjM9Px07f1lWLhgcEbwAayr9l9JSSJk4y5T7zk0Ij02gHapB0PPv8=
28
+ # GitHub
29
+ - secure : brL77ysx1Z30fGqeTLtdhVYCdMXFi6kbQYpQB2w9CtJJeI9zKZDagYKSjHpY1kzgUN0BoXG/Kyr1EgXsE2nBHjWYPKsxcbNP8gEAl8I6J7LBNVrxYkJNzQ46jYIjtjAWwodbQGAz0LrH5b8sw8IwE8vcxZ4thfZupA50LC8VdWA=
30
30
deploy :
31
31
provider : script
32
32
skip_cleanup : true
Original file line number Diff line number Diff line change 41
41
"server" : " http-server -o -c-1" ,
42
42
"test" : " istanbul cover --report lcovonly _mocha" ,
43
43
"coverage" : " if [ -z \" $COVERALLS_REPO_TOKEN\" ]; then cat coverage/lcov.info | coveralls; fi" ,
44
- "release" : " semantic-release"
44
+ "release" : " npm run build && semantic-release"
45
45
},
46
46
"browser" : {
47
47
"http" : false ,
You can’t perform that action at this time.
0 commit comments