Skip to content

Commit

Permalink
fix: 馃悰 fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed May 24, 2023
1 parent fbd7680 commit 60e4a8a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"branches": ["master", { "name": "develop", "prerelease": true }],
"debug": true,
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "docs", "release": "patch"},
{"type": "refactor", "release": "minor"}
]
}],
"@semantic-release/release-notes-generator",
["semantic-release-yarn", {
"npmPublish": false
Expand All @@ -12,8 +18,11 @@
"prepareCmd": "yarn lerna version ${nextRelease.version} --tag-version-prefix=\"packages-v\" -m \"chore(lerna): packages version ${nextRelease.version} [skip ci]\" --force-publish --no-push --yes"
}],
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md", "packages/**/package.json", "packages/**/CHANGELOG.md"],
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@semantic-release/exec", {
"prepareCmd": "cat package.json"
}]
]
}

0 comments on commit 60e4a8a

Please sign in to comment.