Skip to content

Commit

Permalink
fix: fix release-please6 ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jul 8, 2024
1 parent ffa30ce commit fa62131
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
"selenium/javascript": {
"component": "@tauri-e2e/selenium",
"release-type": "node",
"changelog-path": "CHANGELOG.md"
},
"tests-e2e-js": {
"release-type": "node"
"changelog-path": "CHANGELOG.md",
"extra-files": [
{
"type": "json",
"path": "tests-e2e-js/package.json",
"jsonpath": "$['dependencies']['@tauri-e2e/selenium']"
}
]
}
},
"changelog-sections": [
Expand Down

0 comments on commit fa62131

Please sign in to comment.