Skip to content

Commit

Permalink
release: turn on npm publish in semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 17, 2024
1 parent 2efdce6 commit 57050a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@
"@semantic-release/npm",
{
"pkgRoot": "packages/react-native",
"npmPublish": false
"npmPublish": true
}
],
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": ["docs-react-native/react-native/docs/release-notes.md", "packages/react-native/package.json"],
"assets": [
"docs-react-native/react-native/docs/release-notes.md",
"packages/react-native/package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci] \n\n${nextRelease.notes}"
}
]
Expand Down

0 comments on commit 57050a0

Please sign in to comment.