ai
ai copied to clipboard
Feature: Generate descriptions for larger PR & releases
Type of feature
🍕 Feature
Current behavior
Release PRs will always be too large for the PR Ai description generator. https://github.com/open-sauced/browser-extensions#-releases
Instead of AI, we should use the same logic to generate release notes.
examples of a release: https://github.com/open-sauced/browser-extensions/releases/tag/v1.1.0-beta.2
Suggested solution
List out commits marked as conventional commits. We can use the logic from open-sauced/release.
This is powered by semantic release.
Additional context
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributing Docs
- [ ] I agree to follow this project's Contribution Docs