-
Notifications
You must be signed in to change notification settings - Fork 38
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
Discrepancy between released version and tags #428
Comments
Yeah, it is because release process is broken due to the branch restriction, we need to find a way to allow github action push changes to master |
Ok, I have removed this restriction, next time it will work just fine. |
That's the other half of the problem, specifically that the auto generated commits with version changes cannot be pushed automatically and that those were not on scylla-3.x. The example I described here is that when you go to tag 3.11.5.5 it does not have: This makes it functionally different from released 3.11.5.5. Some tools may depend on repo tags being accurate, like for example scylla-java-driver-matrix. |
Fixed, take a look : 3.11.5.4...3.11.5.5 |
According to the logs of github actions, the most recent changes should be included in the newest (3.11.5.5):
https://github.com/scylladb/java-driver/actions/runs/12991005588/job/36227506405
For example commit f70ec36 should be there.
However when looking at version tag the recent commit history seems to be incomplete:
https://github.com/scylladb/java-driver/commits/3.11.5.5/
The text was updated successfully, but these errors were encountered: