Skip to content

Commit fef2223

Browse files
Release 2.0.0
1 parent 89c145d commit fef2223

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11

2+
[//]: # (s-2.0.0)
3+
4+
# [2.0.0] - (2026-03-23)
5+
6+
## Bugfixes
7+
* Fix `ignore_case` default value in action.yml from `false` to `true` to match documented behaviour. Fix `follow_symlinks` and `ignore_case` default values from booleans to strings as required by the GitHub Actions schema. Fix typo in `ignore_case` input description.
8+
9+
## Documentation
10+
* Add "Releasing a New Version" section to README with step-by-step instructions for the local release process, including build, yarn release, and optional major tag update. Update action usage examples to use a versioned placeholder instead of a hardcoded tag.
11+
12+
## Misc
13+
* Upgrade actions/checkout from v1 to v4 and actions/setup-node from v3 to v4 in CI workflows. Update Node.js version from 22 to 24 across all workflows to match the action runtime. Update action.yml runtime from node20 to node24.
14+
* Add missing unit tests for checkFileExistence function covering: getBooleanInput called with correct input names, glob resolution with and without files, error rejection, and nocase/follow options correctly passed to glob. Remove exclude of test files from tsconfig.json so the TypeScript language server resolves path aliases in test files.
15+
16+
[//]: # (e-2.0.0)
17+
18+
219
[//]: # (s-1.0.1)
320

421
# [1.0.1] - (2025-09-15)

fragments/1774273374631.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

fragments/1774273397462.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

fragments/1774273397463.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

fragments/1774273397464.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-file-existence-action",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"repository": "https://github.com/thebinaryfelix/file-existence-action.git",
55
"author": "Mateus Félix <thebinaryfelix@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)