Skip to content

Commit

Permalink
fix(build): fix .releaserc format
Browse files Browse the repository at this point in the history
Fixes: arf/planning-sdk-squad#4105

Signed-off-by: Phil Adams <[email protected]>
  • Loading branch information
padamstx committed Feb 17, 2025
1 parent 380c803 commit 4adb007
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 460 deletions.
21 changes: 7 additions & 14 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
{
"debug": true,
"branches": [
"main"
],
"verifyConditions": [
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
[
"@semantic-release/npm",
{
"pkgRoot": "dist"
}
],
{
"path": "@semantic-release/github"
}
"@semantic-release/git",
"@semantic-release/github"
]
}
}
Loading

0 comments on commit 4adb007

Please sign in to comment.