Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 09:28
· 4 commits to main since this release
b3e603b

Minor Changes

  • #37 21c9eaf Thanks @s0! - Throw an error when executable files are encountered

  • #33 92be707 Thanks @s0! - Introduce filterFiles argument for commitChangesFromRepo

    Allow for a custom function to be specified to filter which files should be
    included in the commit

  • #33 92be707 Thanks @s0! - Introduce addFromDirectory option for commitChangesFromRepo to allow users to
    specify a subdirectory of the git repository that should be used to add files
    from, rather then adding all changed files.

    This is useful when trying to emulate the behavior of running git add .
    from a subdirectory of the repository.

  • #33 92be707 Thanks @s0! - Automatically find root in commitChangesFromRepo
    when repoDirectory is unspecified.

    While this does result in a behavioral change for an existing argument,
    it's considered non-breaking as before commitChangesFromRepo would just not
    work when run from a subdirectory of a repo when repoDirectory was not
    specified.

Patch Changes

  • #34 231d400 Thanks @h3rmanj! - More gracefully handle symlinks, and ignore them when included in .gitignore