File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ steps:
15
15
commands : ["npm test"]
16
16
17
17
- name : release
18
- image : livingdocs/semantic-release:v1.0.0
18
+ image : livingdocs/semantic-release:v2.1.1
19
19
environment :
20
20
GH_TOKEN :
21
21
from_secret : GH_TOKEN
22
22
NPM_TOKEN :
23
23
from_secret : NPM_TOKEN
24
24
---
25
25
kind : signature
26
- hmac : c7ebeb8dcbe929247fe0567d8cbd83668531db0d67dd66ed461d9095dcb9392f
26
+ hmac : 0cee38eca6cecb238851a5e6cbeff2a091699b8ebd9692ea45c7c7ccfe353cc9
27
27
28
28
...
Original file line number Diff line number Diff line change 26
26
"bugs" : {
27
27
"url" : " https://github.com/marcbachmann/simple-text-search/issues"
28
28
},
29
- "homepage" : " https://github.com/marcbachmann/simple-text-search#readme"
29
+ "homepage" : " https://github.com/marcbachmann/simple-text-search#readme" ,
30
+ "release" : {
31
+ "extends" : " @livingdocs/semantic-release-presets/npm-github" ,
32
+ "branches" : [" main" ]
33
+ }
30
34
}
You can’t perform that action at this time.
0 commit comments