changelogged-0.1.0: Tool to manage project publishing history.

Safe HaskellNone
LanguageHaskell2010

Changelogged.CheckLog.Check

Synopsis

Documentation

checkCommonChangelogF :: WarningFormat -> Bool -> Git -> FilePath -> IO Bool Source #

This is actually part if '@Main@' Check common changelog.

checkLocalChangelogF :: WarningFormat -> Bool -> Git -> FilePath -> FilePath -> IO Bool Source #

This is actually part if '@Main@' Check local changelog - local means what changelog is specific and has some indicator file. If file is changed changelog must change.

checkChangelogWrap :: Options -> Git -> Bool -> TaggedLog -> IO Bool Source #

This is actually part if '@Main@' Check given changelog regarding options.