def author(self): """Extract the author's GitHub username from a release.""" return self.release.get('author', {}).get('login')