File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "branches" : [" main" ],
2+ "branches" : [
3+ " main"
4+ ],
35 "plugins" : [
46 " @semantic-release/commit-analyzer" ,
57 " @semantic-release/release-notes-generator" ,
6- " @semantic-release/npm" ,
8+ [
9+ " @semantic-release/npm" ,
10+ {
11+ "npmPublish" : true
12+ }
13+ ],
714 " @semantic-release/github" ,
815 [
916 " @semantic-release/changelog" ,
1421 [
1522 " @semantic-release/git" ,
1623 {
17- "assets" : [" package.json" , " CHANGELOG.md" ],
24+ "assets" : [
25+ " package.json" ,
26+ " CHANGELOG.md"
27+ ],
1828 "message" : " chore(release): ${nextRelease.version} [skip ci]"
1929 }
2030 ]
Original file line number Diff line number Diff line change 1717 "tryappstack" : " ./bin/cli.js" ,
1818 "tas" : " ./bin/cli.js"
1919 },
20+ "publishConfig" : {
21+ "access" : " public"
22+ },
2023 "files" : [
2124 " bin/" ,
2225 " lib/" ,
6972 " prettier --write"
7073 ]
7174 }
72- }
75+ }
You can’t perform that action at this time.
0 commit comments