Open greggles opened 5 years ago
Honestly, I just forgot to finish the feature. I would want it to work against branches and tags. Currently it hard checks tags. I would like it to work similar to you'd expect Git to: OBJECT...OBJECT
Sounds good, then I guess this is a feature request for that.
The help for maintainer:release-notes says the arguments can be branches.
In my testing, using a tag for ref1 and a branch for ref2 did not work:
I guess the easiest way to achieve what I was trying to do is just run it without ref2, e.g.
drupalorg mrn 8.x-1.0-beta5
did exactly what I wanted to achieve.I think it could be OK to just update the docs to remove mention of branches if they are not supported.