Skip to content

Releases: test-room-7/action-update-file

v1.8.0

26 May 12:20
Compare
Choose a tag to compare

Changed

  • Bumped dependencies

v1.7.0

26 May 12:01
Compare
Choose a tag to compare

Changed

  • Migrated to Node.js v16

v1.6.0

30 Nov 07:57
Compare
Choose a tag to compare

Added

  • Added options to override committer name and committer email (by @luisfalconmx)

v1.5.0

03 Jan 20:12
Compare
Choose a tag to compare

Added

  • Added an option to allow glob patterns to match hidden files
    See allow-dot option for details.

Changed

  • Updated documentation

v1.4.0

14 Oct 18:01
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the action corrupted binary files

v1.3.1

06 Oct 17:35
Compare
Choose a tag to compare

Fixed

  • Fixed the example in documentation

v1.3.0

06 Oct 15:42
Compare
Choose a tag to compare

Added

  • Added support for glob patterns
    See the example workflow in readme for details.

v1.2.0

06 Sep 15:29
Compare
Choose a tag to compare

Changed

  • Updated action behavior when no branch is specified
    Now the action uses the repository default branch.

v1.1.0

21 May 15:33
Compare
Choose a tag to compare

Added

  • Added a commit-sha output
    This ouput contains a hash of a commit produces by the action.

v1.0.0

19 May 20:49
Compare
Choose a tag to compare

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