Skip to content

Releases: gtramontina/ghooks.gradle

v2.0.0

21 Apr 05:46
Compare
Choose a tag to compare

2.0.0 (2023-04-21)

Bug Fixes

  • make String.exec more resilient—handle arguments with spaces and across OS' (01d632e)

Features

  • use "git config core.hooksPath" instead of symlinking (396f0c0)

BREAKING CHANGES

  • this note is more to signify that this change can
    have unexpected consequences on repositories that used any previous
    version where GHooks used to use symbolic links. While I can't
    think of anything that can go wrong with simply re-setting what the
    local config for hooksPath is, this note is meant to be a trigger
    for a major version change and to give a potential migration path:
  • Remove the symlinked directory (and potentially re-create an
    empty directory: rm -rf .git/hooks && mkdir .git/hooks;
  • Run GHooks' install task: ./gradlew installGitHooks;

v1.2.1

16 Apr 13:47
Compare
Choose a tag to compare

1.2.1 (2023-04-16)

Bug Fixes

  • remove forbidden gradle tags ('gradle', 'plugin') (c2fdf34)

v1.2.0

16 Apr 13:39
Compare
Choose a tag to compare

1.2.0 (2023-04-16)

Features

  • release dependency updates (47b36fd)

v1.1.1

06 Aug 00:05
Compare
Choose a tag to compare

1.1.1 (2019-08-06)

Bug Fixes

  • dependabot: gradle does not support live updates (3f4601b)

v1.1.0

02 Jun 12:30
Compare
Choose a tag to compare

1.1.0 (2019-06-02)

Features

  • ensure the symlink created is relative (63d0fe3)

v1.0.1

02 Jun 06:33
Compare
Choose a tag to compare

1.0.1 (2019-06-02)

Bug Fixes

  • runtime error not finding FileUtils (cea3acf)

v1.0.0

01 Jun 07:12
Compare
Choose a tag to compare

1.0.0 (2019-06-01)

Bug Fixes

Features

  • ci: use semantic-release to automatically publish new versions (8140c26)
  • install git hooks by symlinking to .githooks (38b3028)