Skip to content
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(build/cmd): include commit/tag and time in 'version' cmd #114

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented May 24, 2018

uses tag if it matches the current commit, or the latest commit
otherwise.

fixes #113

Signed-off-by: Xavier Coulon [email protected]

@codecov
Copy link

codecov bot commented May 24, 2018

Codecov Report

Merging #114 into master will increase coverage by 0.01%.
The diff coverage is 63.63%.

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   80.12%   80.13%   +0.01%     
==========================================
  Files          35       35              
  Lines        3582     3590       +8     
==========================================
+ Hits         2870     2877       +7     
+ Misses        543      542       -1     
- Partials      169      171       +2

uses tag if it matches the current commit, or the latest commit
otherwise.

fixes bytesparadise#113

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue113_build_with_commit_hash_date branch from 6ba212b to 16a8c31 Compare May 24, 2018 21:14
@xcoulon xcoulon merged commit 96409c3 into bytesparadise:master May 24, 2018
@xcoulon xcoulon deleted the Issue113_build_with_commit_hash_date branch May 24, 2018 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include commit hash and build time in version command
1 participant