Create v31 to support libgit2 v1.1.x #668
Loading…
Reference in New Issue
No description provided.
Delete Branch "v31"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The libgit2
v1.1.0
is released two weeks ago. This PR allowsgit2go
to link against the new version.Thanks! :D
Thank you for merging this.
I think the automatically generated version tag is not correct.
See here: https://github.com/libgit2/git2go/releases/tag/v30.0.19
It should be v31 not v30. I think it should be deleted to not crash for ppl that depend on the older
libgit2
version.Based on the documentation of the action that we are using:
https://github.com/anothrNick/github-tag-action#bumping
I supposed to include
#major
in the commit message to bump a major version.oops, thanks for noticing! new tags and the new
release-1.1
branch have been created.Thank you for the fast response.
I believe that the tag v30.0.19 should be deleted (or create v30.0.20 on the commit
f83530b18d
). Otherwise when someone updates or installsv30
, by default will get v30.0.19 which depends on an unexpectedlibgit2
version.the tag was also deleted when the v31 tag was created. the only thing left was the github release, which is not a real tag (but that's also removed now to avoid confusion)