Closed cuducos closed 7 years ago
The parser is unable to parse the changelog as it discards all lines beginning with *
(while looking for a release head).
It's horrible, but overall it works better this way. If you want to see the reasoning behind this, take a look at the horrible world of changelog parsing here: https://github.com/pyupio/changelogs/blob/master/changelogs/parser.py#L36
Good to know! It works now. Many thanks, @jayfk ; )
Great. I'll have to trigger this manually for pyup.io to fetch the new changelog.
the horrible world of changelog parsing here
Horrible but well commented in the source code — thanks for that too ; )
Great. I'll have to trigger this manually for pyup.io to fetch the new changelog.
We can wait for the next update, no worries ; )
Description
I'm maintain a couple of PyPI packages (webassets-elm, for example) but everytime pyup opens a PR (in repositories that use my package) it says it can't find any changelog.
What I Did
I installed
changelogs
and tested it, but always had an empty stdout. My changelog is theCHANGELOG
file in the root of the repo, but I tried renaming and moving it all around (no success):Am I missing anything or is this a bug?