From 44c5eb513622e9797a514c201ffc2b4e375d64cc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 11 Jul 2021 14:37:44 -1000 Subject: [PATCH] ;shake: update commit messages to pass commitlint --- Shake.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Shake.hs b/Shake.hs index 3a60e9d12..0c6ca0606 100755 --- a/Shake.hs +++ b/Shake.hs @@ -271,7 +271,7 @@ main = do when ("was generated with a newer version of hpack" `isInfixOf` err) $ liftIO $ putStr err >> exitFailure when commit $ do - let msg = ";update cabal files" + let msg = ";dev: cabal: update cabal files" cmd Shell gitcommit ("-m '"++msg++"' --") cabalfiles -- Update version strings in most "source" files to match what's in PKG/.version. @@ -302,7 +302,7 @@ main = do -- and maybe commit them when commit $ do let msg = unwords [ - ";bump" + ";pkg: bump" ,case dirargs of [] -> "version" ds -> intercalate ", " ds ++ " version" @@ -402,7 +402,7 @@ main = do ,webmanuals ] when commit $ do - let msg = ";update manuals" + let msg = ";dev: doc: update manuals" cmd Shell gitcommit ("-m '"++msg++"' --") packagemandatem4s nroffmanuals infomanuals infodirentries infodir txtmanuals -- Update the dates to show in man pages, to the current month and year. @@ -579,7 +579,7 @@ main = do phony "cmdhelp" $ do need commandtxts when commit $ do - let msg = ";update CLI usage texts" + let msg = ";dev: doc: update CLI usage texts" cmd Shell gitcommit ("-m '"++msg++"' --") commandtxts commandtxts |%> \out -> do @@ -625,7 +625,7 @@ main = do phony "changelogs" $ do need changelogs when commit $ do - let msg = ";update changelogs" + let msg = ";dev: doc: update changelogs" cmd Shell gitcommit ("-m '"++msg++"' --") changelogs -- [PKG/]CHANGES.md