All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
The public API of this project is defined by the action.yaml
file.
v2.3.0 - 2024-10-29
- Exclude "release" tagged tests for push workflow (PR #38)
v2.2.0 - 2024-10-15
- Quiet down the
brew
installs (PR #35)
v2.1.0 - 2024-10-02
- Exclude "release" tagged tests for pull request workflow (PR #34)
- Add
test_command
input (PR #34)
v2.0.2 - 2024-05-25
- Run keepalive step only for scheduled run (PR #33)
v2.0.1 - 2024-05-22
- Shorten the default
keepalive_time_elapsed
value to"0"
day (PR #31)
v2.0.0 - 2024-03-15
- Breaking change: Use
gautamkrishnar/keepalive-workflow@v2
to avoid dummy commit. This change requires modifying permission fromcontents: write
toactions: write
in the main workflow.
v1.2.0 - 2024-02-19
- Update
actions/checkout
tov4
for Node.js 20 (PR #26)
v1.1.1 - 2023-10-29
- Turn off instrumentation for tests (PR #23)
v1.1.0 - 2023-09-20
- Install
bats-file
by default (@see PR #19)
v1.0.0 - 2023-08-25
- Install
bats-assert
and friends by default (@see PR #15)
v0.6.0 - 2023-08-21
- Move (or create) the major version tag (such as
v1
,v2
) to point to the Git ref of the current release (@see #11)
v0.5.0 - 2023-08-21
- Add
disable_checkout_action
boolean input (@see #9)
v0.4.0 - 2023-08-21
- Run
keepalive-workflow
step even if a previous step failed
v0.3.0 - 2023-08-11
- Add
actions/checkout
andgautamkrishnar/keepalive-workflow
steps in the action
v0.2.0 - 2023-08-10
- Remove
edge
forddev_version
input
- Add
mxschmitt/action-tmate
andRun test
steps in the action
v0.1.0 - 2023-08-07
- Use choice (
stable
,edge
,HEAD
) forddev_version
input instead of a free string
v0.0.1 - 2023-07-10
- Initial release