-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
better version info #229
Comments
From the discussion we had and constraints we have, this is what I suggested:
|
Sounds good but before tagging master, I'd like us to bring the converter in sync with the schema branch, and then make that the first labeled version. |
@pjcozzi to be merged today, a |
Sounds like the right move. I can update the schema quickly if you agree. |
OK - let's do it. I'll move both properties under asset in the converter as well and that will be merged this way to master. |
Updated. 95f843d |
@pjcozzi I see for the version you used a string, but I used a float. |
You are right. Updated. |
|
This is now all done. We just to maintain applyging the process described here #229 (comment) |
master branch converter should return 0.4.0 when asked version number (published dev-4). if fixes are done, it should say 0.4.1
dev branches should return 0.5.0-dev or the likes
this can be done using git tags
the git version number as of now is very useful, especially for dev branches. the converter can return that information as well, for example with --git which can return a string that can be used by git to clone the specific source
same goes for the .json
The text was updated successfully, but these errors were encountered: