-
Notifications
You must be signed in to change notification settings - Fork 2
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
Version #46
Version #46
Conversation
Looks good, just the version of the hash is just a bit too long. I think 6 characters should be enough (already for this the prob of a collision should be very low). btw. in the current implementation, which version will appear in "true" releases (I just remember this is what I was always struggling with a couple of ys ago)? |
I'm not entirely sure what is the question. |
When you release a New version, will it be something like 0.3 or
0.3-348a841 ? For the actual releases the version should be the former
…On Tue, Oct 3, 2023 at 8:51 PM Ondřej Sladký ***@***.***> wrote:
btw. in the current implementation, which version will appear in "true"
releases (I just remember this is what I was always struggling with a
couple of ys ago)?
I'm not entirely sure what is the question.
But if it is which versions will have separate tag on gh, then I was
thinking I'd make it every 0.x version.
Or do you have any other sugestions?
—
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACC7KJSSGUSV44UFQ6TW7TTX5RNBNAVCNFSM6AAAAAA5RIUE5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBVGUZTONBUGQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
The way it is now, it'll display 0.3-348a841. |
In case it's a new release, it should be just |
btw. see also:
|
Actually So it just needs to be included somehow in the Makefile – as the first step of compilation, this string should be generated. One difficulty I see is that it make should be able to compile it even out of git without a failure. |
Version is now automatically updated after every single commit.