Skip to content

Commit

Permalink
ci: release please now has a single component
Browse files Browse the repository at this point in the history
because multi-component will update components indepedently
when files in their directories change, but we want to
use the same version for both the node and rust components
  • Loading branch information
tekumara committed May 3, 2023
1 parent cca3f57 commit fbbe6e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"plugins": ["cargo-workspace"],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"packages": {
".": {
"release-type": "node"
},
"crates/typos-lsp": {
"release-type": "rust"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit fbbe6e5

Please sign in to comment.