Skip to content

Commit

Permalink
feat: try release please manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 8, 2023
1 parent fe1bea4 commit a8b6e14
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"packages": {
"does-it-throw": {
"release-type": "cargo-workspace",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Chores",
"hidden": true
}
],
"include-component-in-tag": true,
"include-v-in-tag": true
},
"does-it-throw-wasm": {
"release-type": "cargo-workspace",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Chores",
"hidden": false
}
],
"include-component-in-tag": true,
"include-v-in-tag": false
}
},
"plugins": [
{
"type": "cargo-workspace"
}
]
}

0 comments on commit a8b6e14

Please sign in to comment.