Skip to content

Commit

Permalink
chore: fix release-please2
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jul 8, 2024
1 parent 2cc8ba8 commit 0e658de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"include-component-in-tag": true,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"exclude-paths": [
"tests-e2e-js"
],
"plugins": [
"sentence-case",
{
Expand All @@ -11,7 +14,8 @@
"groupName": "js",
"updatePeerDependencies": true,
"components": [
"@tauri-e2e/selenium"
"@tauri-e2e/selenium",
"tests-e2e-js"
]
}
],
Expand All @@ -20,6 +24,9 @@
"component": "@tauri-e2e/selenium",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"tests-e2e-js": {
"release-type": "node"
}
},
"changelog-sections": [
Expand Down

0 comments on commit 0e658de

Please sign in to comment.