Skip to content

Releases: nick-fields/retry

Upgrade to node 20

31 Jan 17:01
7152eba
Compare
Choose a tag to compare

Upgrades action to node 20 to fix warnings

v2.9.0

26 Sep 14:10
Compare
Choose a tag to compare

2.9.0 (2023-09-26)

Features

  • shell: checks only the shell name and allows any argument (#118) (1139f99)

v2.8.3

30 Dec 02:41
943e742
Compare
Choose a tag to compare

2.8.3 (2022-12-30)

Bug Fixes

v2.8.2

15 Oct 00:48
3e91a01
Compare
Choose a tag to compare

2.8.2 (2022-10-15)

Bug Fixes

  • github: bump to @actions/core@1.10.0 (#104) (48bc5d4)

v2.8.1

06 Aug 03:37
b4fa575
Compare
Choose a tag to compare

Refactor to make testing easier

v2.8.0

04 Aug 03:15
616fa81
Compare
Choose a tag to compare

Use spawn rather than exec to support much larger outputs

v2.7.1

03 Aug 02:05
0f986c4
Compare
Choose a tag to compare

2.7.1 (2022-08-03)

This release contains mostly dependency updates. There are a few very minor changes to runtime code based on development quality of life improvements from newly configured linting and styling.

v2.7.0

26 Apr 02:34
e88a999
Compare
Choose a tag to compare

2.7.0 (2022-04-26)

Features

  • retry only on specific exit code (#58) (f227091)

Misc

  • Various dependabot updates

v2.6.0

10 Dec 01:15
7f8f3d9
Compare
Choose a tag to compare

2.6.0 (2021-12-10)

Features

  • Add new_command_on_retry option

v2.5.1

24 Oct 01:42
002ef57
Compare
Choose a tag to compare

2.5.1 (2021-10-24)

Bug Fixes

  • incorrect option for continue_on_error (e80198a)