Skip to content

Commit

Permalink
ci: use .releaserc to disable npm publish in semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeinhaus committed Apr 2, 2024
1 parent 549c4f3 commit fcf45c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit fcf45c0

Please sign in to comment.