File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This document is intended for Spotless developers.
1010We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
1111
1212## [ Unreleased]
13+ - Added ` GitPrePushHookInstaller ` , a reusable library component for installing a Git ` pre-push ` hook that runs formatter checks.
1314
1415## Changed
1516* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
44
55## [ Unreleased]
6+ - Added ` spotlessInstallGitPrePushHook ` task, which installs a Git ` pre-push ` hook to run ` spotlessCheck ` and ` spotlessApply ` .
7+ Uses shared implementation from ` GitPrePushHookInstaller ` .
8+ [ #2553 ] ( https://github.com/diffplug/spotless/pull/2553 )
69
710## Changed
811* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
44
55## [ Unreleased]
6+ - Added ` spotless:install-git-pre-push-hook ` goal, which installs a Git ` pre-push ` hook to run ` spotless:check ` and ` spotless:apply ` .
7+ Uses shared implementation from ` GitPrePushHookInstaller ` .
8+ [ #2553 ] ( https://github.com/diffplug/spotless/pull/2553 )
69
710## Changed
811* Bump default ` gson ` version to latest ` 2.11.0 ` -> ` 2.13.1 ` . ([ #2414 ] ( https://github.com/diffplug/spotless/pull/2414 ) )
You can’t perform that action at this time.
0 commit comments