-
-
Notifications
You must be signed in to change notification settings - Fork 846
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
"Full Changelog" uses tags that are excluded #842
Comments
I am also seeing this issue. |
@olleolleolle is a new release coming? |
@zoff99 In order to learn if the thing works for your use-case, you could attempt to use the version in the Either using a Gemfile, https://stackoverflow.com/a/13750551/267348 |
i'm running it insider docker on circleCI with these commands: how can i install the master version there? |
In that case, perhaps you can |
ah ok now i get this error:
|
@zoff99 I had some issues with the master branch as well. If I have time, I'll look at what's needed to fix. In the meantime, you can run this to get the changes:
FWIW, this builds successfully from the |
the error i posted is not from compiling, but when i run the thing. it does not work but give this error |
@ameir your fix produces output again 👍 |
i am using
--exclude-tags
but some of the exluded tags are used in the diff in "Full Changelog"see:
https://github.com/zoff99/ToxAndroidRefImpl/blob/zoff99/dev003/CHANGELOG.md
output:
here the tag "trifajni-1.0.31" is used, which was excluded with the option
--exclude-tags
and also therefore tags are used wrong:
its release 1.0.28, bit the diff uses 1.0.28 as old tag
The text was updated successfully, but these errors were encountered: