-
Notifications
You must be signed in to change notification settings - Fork 683
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
always add commit hash to version.build
for /status
endpoint
#12722
Conversation
@andrei-near Could you take a look if it does not break something with release process? |
hi @staffik @andrei-near, I updated to use a new
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12722 +/- ##
==========================================
- Coverage 70.57% 70.56% -0.02%
==========================================
Files 851 851
Lines 174824 174832 +8
Branches 174824 174832 +8
==========================================
- Hits 123385 123372 -13
- Misses 46314 46334 +20
- Partials 5125 5126 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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!
neard/build.rs
Outdated
//! master. Build is a `git describe` of the commit the binary was built at | ||
//! (for official releases it should be the same as version). | ||
//! master. Build is a `git describe` of the commit the binary was built at. |
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 change is not needed now that we have commit
field, right?
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.
yes
fix #12624
After locally adding a tag
5.5.5
before changes:
after changes: