-
Notifications
You must be signed in to change notification settings - Fork 3
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
please update webjar for blockly #1
Comments
The new repo doesn't have any tagged releases. I've filed an issue: google/blockly#4 We can use a git commit hash as the version if needed. Let me know what you think. |
@jamesward , yes git commit hash would be awesome. I'm really confused with google approach to "trunk"-only versioning :) |
@jamesward, thank a ton! By the way, i like your approach of "SNAPHOT" suffix. Probably, due to the nature of upstream project, better place for this blockly webjar artifact is in "snapshots" repository, with plain version like "BUILD-SNAPSHOT" (w/out any version information about upstream). But anyway thanks for updating blockly, really appreciate that. |
No problem. The |
indeed, and build tools like Ivy, Gradle and maven itself follows this convention. I'm happy with the version that is currently published. Will ping you next day update will be required :) |
and, just to let you know - 6909e38 is not showing as the "latest" @ webjars.org homepage 1171 alphanumerically is understood as the latest one. |
Unfortunately it is going to be hard to tweak the sorting algorithm to support this. That is one of the downsides of an inconsistent upstream versioning system. If you want to take a stab it it the code is at: https://github.com/webjars/webjars/blob/master/app/models/WebJar.scala#L20 |
yes, this code is good for semantic versioning. thanks for sharing :) |
Hello,
currently version 1173 is available, which is definitely not the latest one.
Kindly asking for update.
The text was updated successfully, but these errors were encountered: