Skip to content

Releases: JasonEtco/rss-to-readme

v2.0.0

03 Sep 20:17
c6d58e0
Compare
Choose a tag to compare
  • Use nunjucks instead of mustache, with a date filter by @JasonEtco in #17

v1.3.0

03 Sep 19:24
a1daea7
Compare
Choose a tag to compare

v1.3.0 adds a new path input, to specify a path to the correct README file.

v1.2.6

01 Mar 23:22
b7abf63
Compare
Choose a tag to compare

See #13 for the details - namely, readme-box has been updated.

v1.2.5

01 Mar 20:48
dc9483a
Compare
Choose a tag to compare

The bugs never end

v1.2.3

01 Mar 20:28
a24d9f4
Compare
Choose a tag to compare

One last bug in the default branch behavior!

v1.2.2

01 Mar 20:24
99456b5
Compare
Choose a tag to compare

Default to using the repo's actual default branch, instead of hard-coding master or main.

v1.2.1

01 Mar 20:22
9b3b018
Compare
Choose a tag to compare

Fixes a typo in #10 - closes #11!

v1.2.0

01 Mar 14:57
602a2cf
Compare
Choose a tag to compare

Adds support for the branch input - see #10 for more!

v.1.2.4

01 Mar 20:43
Compare
Choose a tag to compare

More bugs 🙃 Testing Actions is unreasonably troublesome.

v1.1.0

22 Jun 20:54
1131bfe
Compare
Choose a tag to compare

Adds support for the template input:

template (default: "* [{{ title }}]({{ link }}))")

You can provide a Mustache template to use when rendering each item in the feed. These will be joined by a newline (\n). For example:

- uses: JasonEtco/rss-to-readme@v1
  with:
    feed-url: https://jasonet.co/rss.xml
    template: "> {{ excerpt }}\n\n[Read more!]({{ url }})"