Releases: test-room-7/action-update-file
Releases · test-room-7/action-update-file
v2.0.0
What's Changed
- Updated to use Node20 by @BhavyeMathur in #24
New Contributors
- @BhavyeMathur made their first contribution in #24
Full Changelog: v1.8.0...v2.0.0
v1.8.0
Changed
- Bumped dependencies
v1.7.0
Changed
- Migrated to Node.js v16
v1.6.0
Added
- Added options to override committer name and committer email (by @luisfalconmx)
v1.5.0
Added
- Added an option to allow glob patterns to match hidden files
Seeallow-dot
option for details.
Changed
- Updated documentation
v1.4.0
Fixed
- Fixed an issue where the action corrupted binary files
v1.3.1
Fixed
- Fixed the example in documentation
v1.3.0
Added
- Added support for glob patterns
See the example workflow in readme for details.
v1.2.0
Changed
- Updated action behavior when no branch is specified
Now the action uses the repository default branch.
v1.1.0
Added
- Added a
commit-sha
output
This ouput contains a hash of a commit produces by the action.