File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,19 +71,22 @@ tests/
7171
7272## Pull Request Process
7373
74- 1 . Fork the repo and create a feature branch from ` main ` .
74+ 1 . Fork the repo and create a feature branch from ` master ` .
75752 . Make your changes and add/update tests.
76763 . Run ` npm run build && npm test ` to ensure everything passes.
77774 . Open a pull request with a clear description of your changes.
7878
79- ## Reporting Issues
79+ ## Release Process (for Maintainers)
8080
81- Please use [ GitHub Issues ] ( https://github.com/CakeRepository/1Password-MCP/issues ) to report bugs or request features. Include:
81+ The project uses automated CI/CD for NPM releases.
8282
83- - Node.js version (` node -v ` )
84- - 1Password SDK version
85- - Steps to reproduce
86- - Expected vs actual behavior
83+ 1 . Update the version in ` package.json ` , ` server.json ` , and ` src/config.ts ` .
84+ 2 . Update ` CHANGELOG.md ` with the new version and changes.
85+ 3 . Commit and push to the ` master ` branch.
86+ 4 . The GitHub Action will automatically:
87+ - Run tests on Node.js 18, 20, and 22.
88+ - Build the project.
89+ - Publish the new version to NPM.
8790
8891## License
8992
You can’t perform that action at this time.
0 commit comments