File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed
Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 100100 "type" : " git" ,
101101 "url" : " git+https://github.com/PolymathNetwork/polymath-sdk.git"
102102 },
103- "release" : {
104- "repositoryUrl" : " https://github.com/PolymathNetwork/polymath-sdk.git" ,
105- "plugins" : [
106- " @semantic-release/commit-analyzer" ,
107- " @semantic-release/release-notes-generator" ,
108- " @semantic-release/npm" ,
109- " @semantic-release/git" ,
110- " @semantic-release/github"
111- ]
112- },
113103 "publishConfig" : {
114104 "access" : " public"
115105 }
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ repositoryUrl : 'https://github.com/PolymathNetwork/polymath-sdk.git' ,
3+ branches : [
4+ 'master' ,
5+ {
6+ name : 'beta' ,
7+ prerelease : true ,
8+ } ,
9+ ] ,
10+ plugins : [
11+ '@semantic-release/commit-analyzer' ,
12+ '@semantic-release/release-notes-generator' ,
13+ '@semantic-release/npm' ,
14+ '@semantic-release/git' ,
15+ '@semantic-release/github' ,
16+ ] ,
17+ } ;
You can’t perform that action at this time.
0 commit comments