release prep

This commit is contained in:
Ryan Ghadimi
2025-05-06 18:16:43 +00:00
parent 0a7ac702c0
commit 4cce91d01c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# @actions/glob Releases
### 0.5.1
- When using the `excludeHiddenFiles` option, log any ignored files with `core.info()` [#2040](https://github.com/actions/toolkit/pull/2040)
### 0.5.0
- Added `excludeHiddenFiles` option, which is disabled by default to preserve existing behavior [#1791: Add glob option to ignore hidden files](https://github.com/actions/toolkit/pull/1791)