File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5858 - name : Build CLI
5959 run : npm run build:cli
6060 - name : Release to NPM
61- run : npx semantic-release@19.0.5
61+ run : DEBUG=semantic-release:* semantic-release npx semantic-release@19.0.5
Original file line number Diff line number Diff line change 33 */
44export default {
55 branches : [ 'main' ] ,
6- analyzeCommits : {
7- preset : 'angular'
8- } ,
9- plugins : [
10- '@semantic-release/commit-analyzer' ,
11- '@semantic-release/release-notes-generator' ,
12- '@semantic-release/npm' ,
13- '@semantic-release/github' ,
14- ] ,
15- dryRun : false
16- } ;
6+ analyzeCommits : {
7+ preset : 'angular' ,
8+ } ,
9+ plugins : [
10+ '@semantic-release/commit-analyzer' ,
11+ '@semantic-release/release-notes-generator' ,
12+ '@semantic-release/npm' ,
13+ '@semantic-release/github' ,
14+ ] ,
15+ dryRun : false ,
16+ }
You can’t perform that action at this time.
0 commit comments