ci: configure release-please and semantic pull requests - #7
Conversation
- Add `release-please-config.json` and `.release-please-manifest.json` for manifest-based release management. - Add `.github/workflows/semantic-pull-request.yml` to enforce conventional commit titles. - Update `.github/workflows/release.yml` to remove inline configuration and rely on config files.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Add `CODE_OF_CONDUCT.md` (Contributor Covenant). - Add `LICENSE` (MIT). - Update `README.md` with release, quality/coverage, and contributors badges. - Add Contributors section to `README.md`.
This PR configures
release-pleaseto use a manifest file and configuration file, allowing for more robust release management. It also adds a GitHub Action to enforce Conventional Commits on Pull Request titles, ensuring that changelogs can be correctly generated. The existing release workflow is updated to support this new configuration.PR created automatically by Jules for task 10428304053984163671 started by @ngoyal16