DjangoAdminHackers / django-linkcheck

An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
BSD 3-Clause "New" or "Revised" License
75 stars 26 forks source link

Updated CHANGELOG for the 1.4 release #67

Closed claudep closed 7 years ago

claudep commented 7 years ago

@andybak I'd like to have a release soon, is it OK for you? Can you quickly review my changelog proposal to see if I missed major stuff (and check the language, too!).

andybak commented 7 years ago

That all looks good to me. There were a few bug fixes not mentioned in the readme but I'm OK with not mentioning every single fix.

claudep commented 7 years ago

Thanks, I'll take care of the release then, unless you plan to do it.

andybak commented 7 years ago

That would be great. No time right now but I'd love you to walk me through the next one so I can stop leaving it to you each time. I know the rough gist - I'm just not sure I wouldn't miss a small detail.

claudep commented 7 years ago

Nothing magic... python setup.py sdist to make the tar.gz, then twine upload dist/django-linkcheck-1.4.tar.gz to upload to PyPI. Done!