File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Build
4949 run : |
5050 npm run build
51- - name : Install plugins
52- run : |
53- npm install \
54- @semantic-release/commit-analyzer \
55- conventional-changelog-conventionalcommits \
56- @semantic-release/release-notes-generator \
57- @semantic-release/npm \
58- @semantic-release/github \
59- @semantic-release/git \
60- @semantic-release/changelog \
61- --no-progress --no-package-lock --no-save
6251 - name : Release
6352 env :
6453 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2020 },
2121 "homepage" : " https://github.com/nodejs/commit-stream" ,
2222 "devDependencies" : {
23+ "@semantic-release/changelog" : " ^7.0.0" ,
24+ "@semantic-release/commit-analyzer" : " ^13.0.1" ,
25+ "@semantic-release/git" : " ^11.0.0" ,
26+ "@semantic-release/github" : " ^12.0.6" ,
27+ "@semantic-release/npm" : " ^13.1.5" ,
28+ "@semantic-release/release-notes-generator" : " ^14.1.0" ,
2329 "bl" : " ^6.0.1" ,
30+ "conventional-changelog-conventionalcommits" : " ^9.3.1" ,
2431 "list-stream" : " ^2.1.0" ,
2532 "readable-stream" : " ^4.3.0" ,
33+ "semantic-release" : " ^25.0.3" ,
2634 "split2" : " ^4.2.0" ,
2735 "tape" : " ^5.6.3"
2836 },
8997 "type" : " fix" ,
9098 "section" : " Bug Fixes"
9199 },
100+ {
101+ "type" : " perf" ,
102+ "section" : " Performance Improvements"
103+ },
104+ {
105+ "type" : " revert" ,
106+ "section" : " Reverts"
107+ },
108+ {
109+ "type" : " refactor" ,
110+ "section" : " Code Refactoring"
111+ },
112+ {
113+ "type" : " test" ,
114+ "section" : " Tests"
115+ },
116+ {
117+ "type" : " build" ,
118+ "section" : " Trivial Changes"
119+ },
120+ {
121+ "type" : " ci" ,
122+ "section" : " Trivial Changes"
123+ },
92124 {
93125 "type" : " chore" ,
94126 "section" : " Trivial Changes"
98130 "section" : " Trivial Changes"
99131 },
100132 {
101- "type" : " test " ,
102- "section" : " Tests "
133+ "type" : " style " ,
134+ "section" : " Trivial Changes "
103135 }
104136 ]
105137 }
You can’t perform that action at this time.
0 commit comments