-
Notifications
You must be signed in to change notification settings - Fork 20
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
TagBot does not work when release commit is not in master branch #73
Comments
I tried running TagBot 1.6.1 and 1.6.0 but it didn't work: JuliaFolds/Transducers.jl#234 It's strange because I think I made releases with those TagBot versions: |
TagBot successfully tagged the release when I pushed the release commit to the https://github.com/tkf/Transducers.jl/releases/tag/v0.4.20 Can TagBot pull all git references (branches and tags) when looking for the release commit? |
Ahhhhhh this is a side effect of #64 that did not occur to me. Before that PR, we used a Git command to view all commits on all branches and look for one that had the given tree SHA ( |
I see. Thanks a lot for quickly looking into it! |
Oh yeah, I meant to mention about the "it used to work with other versions" thing: Currently the version of TagBot that you use doesn't really matter, you still get the |
Ah, I see. Thanks for the explanation and the fix! |
I noticed that a release I made via JuliaFolds/Transducers.jl#233 is not tagged by TagBot. It's been failing with
e.g. https://github.com/tkf/Transducers.jl/actions/runs/45228286
However, as you can see in JuliaRegistries/General#10043, the related commit is
bf3a4db8ec49754e0a841db90e95a16d635a8667
. I'm not sure wherec4f4cbdb7023e09acd0faebca628d386f1aaab98
is comming from. It does not exist in the repository JuliaFolds/Transducers.jl@c4f4cbd (shows 404).I used
register(branch=release)
when invoking JuliaRegistrator. Can it be relevant?The text was updated successfully, but these errors were encountered: