jekyll / github-metadata

Jekyll plugin to propagate the `site.github` namespace and set default values for use with GitHub Pages.
https://jekyll.github.io/github-metadata/
MIT License
278 stars 125 forks source link

Add site.github.public_repositories[].releases #224

Closed parkr closed 2 years ago

parkr commented 2 years ago

For each public repository rendered, we will also list releases for them.

Fixes #221.

parkr commented 2 years ago

@mattr- It's already allowed: https://github.com/jekyll/github-metadata/blob/master/lib/jekyll-github-metadata/client.rb#L19

Pushed a fix for Rubocop.

parkr commented 2 years ago

@jekyllbot: merge +minor