Skip to main content
Glama
.releaserc.json2.84 kB
{ "branches": ["main"], "repositoryUrl": "https://github.com/docdyhr/mcp-wordpress.git", "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ { "type": "feat", "release": "minor" }, { "type": "fix", "release": "patch" }, { "type": "perf", "release": "patch" }, { "type": "docs", "release": false }, { "type": "style", "release": false }, { "type": "refactor", "release": "patch" }, { "type": "test", "release": false }, { "type": "build", "release": false }, { "type": "ci", "release": false }, { "type": "chore", "release": false }, { "type": "revert", "release": "patch" }, { "breaking": true, "release": "major" } ] } ], [ "@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "presetConfig": { "types": [ { "type": "feat", "section": "🚀 Features", "hidden": false }, { "type": "fix", "section": "🐛 Bug Fixes", "hidden": false }, { "type": "perf", "section": "⚡ Performance", "hidden": false }, { "type": "refactor", "section": "♻️ Refactoring", "hidden": false }, { "type": "docs", "section": "📚 Documentation", "hidden": false }, { "type": "style", "section": "💄 Styling", "hidden": true }, { "type": "test", "section": "🧪 Testing", "hidden": true }, { "type": "build", "section": "🏗️ Build", "hidden": true }, { "type": "ci", "section": "👷 CI/CD", "hidden": true }, { "type": "chore", "section": "🧹 Chores", "hidden": true } ] } } ], [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md", "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)." } ], [ "@semantic-release/npm", { "npmPublish": true, "tarballDir": "." } ], [ "@semantic-release/github", { "assets": [ { "path": "*.tgz", "label": "NPM Package" } ], "assignees": ["docdyhr"], "releasedLabels": ["released"], "addReleases": "bottom" } ], [ "@semantic-release/git", { "assets": ["CHANGELOG.md", "package.json", "package-lock.json"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ] ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/mcp-wordpress'

If you have feedback or need assistance with the MCP directory API, please join our Discord server