diff --git a/.github/matrix-publish.json b/.github/matrix-publish.json new file mode 100644 index 0000000..e353457 --- /dev/null +++ b/.github/matrix-publish.json @@ -0,0 +1,6 @@ +{ + "include": [ + { "id": "NPM", "registry": "https://registry.npmjs.org", "name": "api-problem" }, + { "id": "GITHUB", "registry": "https://npm.pkg.github.com", "name": "@ahmadnassri/api-problem" } + ] +} diff --git a/.github/test-matrix.json b/.github/matrix-test.json similarity index 100% rename from .github/test-matrix.json rename to .github/matrix-test.json diff --git a/.semantic.json b/.semantic.json deleted file mode 100644 index d04c774..0000000 --- a/.semantic.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "plugins": [ - ["@semantic-release/commit-analyzer", { - "preset": "conventionalcommits", - "releaseRules": [ - { "breaking": true, "release": "major" }, - { "revert": true, "release": "patch" }, - { "type": "build", "release": "patch" }, - { "type": "docs", "release": "patch" }, - { "type": "feat", "release": "minor" }, - { "type": "fix", "release": "patch" }, - { "type": "perf", "release": "patch" }, - { "type": "refactor", "release": "patch" } - ] - }], - ["@semantic-release/release-notes-generator", { - "preset": "conventionalcommits", - "presetConfig": { - "types": [ - { "type": "chore", "section": "Chores", "hidden": true }, - { "type": "build", "section": "Build", "hidden": false }, - { "type": "ci", "section": "CI/CD", "hidden": false }, - { "type": "docs", "section": "Docs", "hidden": false }, - { "type": "feat", "section": "Features", "hidden": false }, - { "type": "fix", "section": "Bug Fixes", "hidden": false }, - { "type": "perf", "section": "Performance", "hidden": false }, - { "type": "refactor", "section": "Refactor", "hidden": false }, - { "type": "style", "section": "Code Style", "hidden": false }, - { "type": "test", "section": "Tests", "hidden": false } - ] - } - }], - ["@semantic-release/github", { - "successComment": false, - "failComment": false - }], - "@semantic-release/npm" - ] -}