👷 ci: enable content write permissions and add automated version bumping

This commit enhances the npm publish workflow to include automated version bumping and updates necessary permissions and configurations.
Changes:
- Added contents: write permission to allow pushing version bump commits
- Configured git user for automated commits
- Added npm version patch step to automatically increment patch version
- Added commit and push steps for version changes
- Updated version numbers in package.json and src/index.ts
- Added token configuration for checkout step for enhanced security
This commit is contained in:
CodingInCarhartts
2025-12-14 19:12:31 -08:00
parent c127c4dadb
commit 4e5912fa28
3 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "opencode-personal-knowledge",
"version": "1.0.7",
"version": "1.0.8",
"description": "Personal knowledge MCP server with vector database for the Opencode ecosystem",
"type": "module",
"main": "dist/mcp-server.js",