Releases: nick-fields/retry
Releases · nick-fields/retry
v2.5.0
v2.4.1
v2.4.0
2.4.0 (2021-01-04)
Dependency Bumps
-
build(deps): bump lodash from 4.17.15 to 4.17.20 (#32)
-
build(deps): bump ini from 1.3.5 to 1.3.8 (#29)
-
build(deps-dev): bump semantic-release from 17.2.2 to 17.2.3 (#27)
Features
- Add optional on_retry_command input to allow command to return before a retry is attempted. (7c68161)
v2.3.0
v2.2.0
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2020-09-29)
Features
- Add
retry_on
option to allow retry only onerror
ortimeout
- Add
timeout_seconds
to allow timeouts to be specified in seconds or minutes
Bug Fixes
- action.yml misspelling
- surface exit code from spawned process
- handle timeouts properly