-
Notifications
You must be signed in to change notification settings - Fork 13
chore: publish ohno 0.3.0 #231
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #231 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 105 105
Lines 6783 6783
=======================================
Hits 6783 6783 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| # Maps the final group key to a user-friendly header in the changelog. | ||
| $script:HeaderNameMapping = @{ | ||
| 'breaking' = '⚠️ Breaking'; |
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.
This keyword needs to be added to the list of terms the list of allowed keywords for the pr-title gate in main.yml
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.
that's not a keyword used in PR titles, breaking changes are indicated by adding ! after change type, e.g. feat!:
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.
Does this work in our setup? I didn't implement this functionality in the support scripts I think.
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.
it follows this convention: https://www.conventionalcommits.org/en/v1.0.0/#summary
and the CI doesn't complain about such titles, for example #225
ef68eba to
d77927f
Compare
[0.3.0] - 2026-01-26
✨ Features
AppError::downcast_refandInto<std::error::Error>(#225)