Skip to content

Commit

Permalink
fix: try updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 9, 2023
1 parent 83dec44 commit aeaa47f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
release-type: rust

3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"crates/does-it-throw": "0.1.6",
"crates/does-it-throw-wasm": "0.1.6"
"crates/does-it-throw-wasm": "0.1.6",
".": "0.1.6"
}
25 changes: 18 additions & 7 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
{
"plugins": ["cargo-workspace"],
"plugins": [
"cargo-workspace",
{
"type": "linked-versions",
"groupName": "does-it-throw-rust",
"components": [
"crates/does-it-throw",
"crates/does-it-throw-wasm"
]
}
],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"release-type": "node"
},
"crates/does-it-throw": {
"release-type": "rust"
},
"crates/does-it-throw-wasm": {
"release-type": "rust"
}
},
"bootstrap-sha": "89c1833c752211c7e712ef926c3d14f85ac1a779",
Expand Down

0 comments on commit aeaa47f

Please sign in to comment.