-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Use Conventional Commits for release management/PRs #1057
feat: Use Conventional Commits for release management/PRs #1057
Conversation
- Remove the label check GitHub action/script; we no longer require labels to be added - Remove `Create Release` action - the version bump/release creation process will be kicked off locally instead of by a GitHub action - Add GitHub action to enforce conventional commit PR titles - Update README and CONTRIBUTING guidelines to detail rules for creating a PR, and how to update release - Pin the version of ubuntu in all GitHub actions
Codecov Report
@@ Coverage Diff @@
## main #1057 +/- ##
=======================================
Coverage 41.98% 41.98%
=======================================
Files 430 430
Lines 32342 32341 -1
Branches 8125 8127 +2
=======================================
Hits 13578 13578
+ Misses 18711 18710 -1
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
- Should match the old doc-labels name so we don't need to change infra
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hit approve instead of request when I mentioned Don's comment
- Makes it easier to consume rather than having to read the provided link
- More accurate name - Will update required checks after merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved for readme change
Create Release
action - the version bump/release creation process will be kicked off locally instead of by a GitHub action