diff --git a/.release-please-manifest.json b/.release-please-manifest.json deleted file mode 100644 index 9ff588f..0000000 --- a/.release-please-manifest.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "$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" - } - ] -}