Skip to content

Commit

Permalink
ci: change access for yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Dec 15, 2023
1 parent 6cab625 commit d2d1074
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodeLinker: node-modules
nodeLinker: node-modules
npmPublishAccess: public
3 changes: 2 additions & 1 deletion multi-release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
deps: {
bump: 'satisfy', // Do not trigger a release for every package if the only change is a minor/patch upgrade of dependencies
prefix: '^' // by default all semvers will get set to ^major version
}
},
debug: true
}
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ module.exports = {
'@semantic-release/github',
'@semantic-release/git',
],
debug: true
};

0 comments on commit d2d1074

Please sign in to comment.