Skip to content

Releases: sarisia/actions-readme-feed

v1.10.1

02 May 14:57
bdde7fd
Compare
Choose a tag to compare

What's Changed

  • update dependencies

  • Bump the github-actions group with 2 updates by @dependabot in #285
  • Bump npm-check-updates from 16.14.18 to 16.14.20 in the nodejs group by @dependabot in #286

Full Changelog: v1.10.0-src...v1.10.1-src

v1.10.1-pre.0: Automatic build

02 May 14:52
1510170
Compare
Choose a tag to compare
Pre-release
Commit ca98c8f608572460e4d973a397551eb8000fee63
Run https://github.com/sarisia/actions-readme-feed/actions/runs/8925912685

v1.10.0

13 Apr 17:13
65eaf01
Compare
Choose a tag to compare

What's Changed

  • Action now runs on node20 runtime

New Contributors

Full Changelog: v1.9.0-src...v1.10.0-src

v1.10.0-pre.0: Automatic build

13 Apr 17:08
b342c69
Compare
Choose a tag to compare

What's Changed

  • Action now runs on node20 runtime

New Contributors

Full Changelog: v1.9.0-src...v1.10.0-pre.0-src

v1.9.0

21 Jan 06:45
0695507
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1-src...v1.9.0-src

v1.8.1

10 Jan 15:48
e98c0c7
Compare
Choose a tag to compare

What's Changed

  • Update dependencies

Full Changelog: v1.8.0-src...v1.8.1-src

v1.8.0

04 Dec 17:59
bea96b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0-src

v1.7.0

15 Aug 17:59
Compare
Choose a tag to compare
  • added allow_empty option

v1.6.2

12 Jul 14:38
Compare
Choose a tag to compare
  • Update dependencies

v1.6.0

20 Mar 17:31
Compare
Choose a tag to compare
  • The action now retries fetching feed endpoint if error occurs.
    • You can control the behavior with retry and retry_backoff inputs.
    • Defaults for retry is 3 times and retry_backoff is 5 seconds.
  • You can skip updating the feed if there is any fetch error by specifying ensure_all input.

See README for more details.