-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 release notes version has always patch set to 0 #7339
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
🎨 release notes version has always patch set to 0 #7339
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7339 +/- ##
==========================================
- Coverage 87.34% 84.11% -3.24%
==========================================
Files 1704 659 -1045
Lines 66205 31563 -34642
Branches 1124 168 -956
==========================================
- Hits 57828 26548 -31280
+ Misses 8057 4957 -3100
+ Partials 320 58 -262
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…lways-zero-in-release-notes-link
sanderegg
left a comment
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.
thanks!
|
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
pcrespov
left a comment
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.
thx. Left a couple of tips and suggestions to make it more maintainable.
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. If you want to requeue this pull request, you can post a |
|
@Mergifyio requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
🛑 The pull request has been removed from the queue
|
|
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You may have to fix your CI before adding the pull request to the queue again. If you want to requeue this pull request, you can post a |
|
@Mergifyio requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 189df7a |
Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>



What do these changes do?
When creating a hotfix release, the release notes url will automatically point to something like
v.X.Y.1we don't want any number different that 0 in the patch. This way we avoid duplicating the manually curated release notes.Related issue/s
How to test
Dev-ops checklist