-
Notifications
You must be signed in to change notification settings - Fork 9
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
ci: reorder commit types in release notes template #419
Conversation
poetry run + semantic release + --noop option. Let me know |
(in release branches) |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #419 +/- ##
==========================================
+ Coverage 85.67% 86.20% +0.53%
==========================================
Files 89 95 +6
Lines 2101 2596 +495
==========================================
+ Hits 1800 2238 +438
- Misses 301 358 +57
|
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.
Ready from my perspective...
Proposed order:
order = ["feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert"]
I don't know how to test it...