File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 5454 - name : Semantic Release
5555 uses : cycjimmy/semantic-release-action@v2
5656 id : semantic
57+ with :
58+ working_directory : generator/sonos-docs
5759 env :
5860 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5961 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6868 "docs" : " ./bin/run generate docs ../../docs" ,
6969 "docs-win" : " .\\ bin\\ run generate docs ../../docs"
7070 },
71- "types" : " lib/index.d.ts"
71+ "types" : " lib/index.d.ts" ,
72+ "release" : {
73+ "branches" : [
74+ " +([0-9])?(.{+([0-9]),x}).x" ,
75+ " main" ,
76+ " next" ,
77+ {
78+ "name" : " beta" ,
79+ "prerelease" : true
80+ },
81+ {
82+ "name" : " ci-build" ,
83+ "prerelease" : true
84+ }
85+ ]
86+ }
7287}
You can’t perform that action at this time.
0 commit comments