Releases: test-room-7/action-update-file
Releases · test-room-7/action-update-file
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.
v1.0.0
Important note
The action was rewritten in TypeScript, but it should keep the same behavior. Please let me know if something doesn't work properly.
Added
- Added an ability to update multiple files
See an example in the readme file for details. - Added
vX
tag