#425 Show the tag message in the release page and fix the unit-tests
Merged by pingou. Opened by pingou.
release_message  into  master

Download 425.patch
no initial comment

Fixes https://pagure.io/pagure/issue/420

This assumes that repo_obj.lookup_reference(tag) always returns an object. Note that it may return None or an error object, and neither of them have a .target.
Perhaps getattr(repo_obj.lookup_reference(tag), 'target', None)?

This looks good to me :wine_glass:

Metadata