File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This document is intended for Spotless developers.
10
10
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
11
11
12
12
## [ Unreleased]
13
+ - Added ` GitPrePushHookInstaller ` , a reusable library component for installing a Git ` pre-push ` hook that runs formatter checks.
13
14
14
15
## Changed
15
16
* 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 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
4
4
5
5
## [ 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 )
6
9
7
10
## Changed
8
11
* 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 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
4
4
5
5
## [ 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 )
6
9
7
10
## Changed
8
11
* 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