Skip to content

Commit

Permalink
ci: try better release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Dec 26, 2023
1 parent 6337c8c commit a68a5b7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",

"packages": {
".": {
"release-type": "node",
"component": "svelte"
"release-type": "node"
},
"src-tauri": {
"release-type": "rust",
"component": "tauri"
"release-type": "rust"
}
},
"plugins": [
{
"type": "linked-versions",
"groupName": "Tauri app",
"components": ["svelte", "tauri"]
"groupName": "Solo2 Desktop",
"components": [".", "src-tauri"]
}
]
}

0 comments on commit a68a5b7

Please sign in to comment.