Skip to content

Commit 219d9b0

Browse files
updated contribution
1 parent 05d938a commit 219d9b0

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff 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`.
7575
2. Make your changes and add/update tests.
7676
3. Run `npm run build && npm test` to ensure everything passes.
7777
4. 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

0 commit comments

Comments
 (0)