changelogged-0.2.0: Changelog manager for Git projects.

Safe HaskellNone
LanguageHaskell2010

Changelogged.CheckLog.Check

Synopsis

Documentation

checkLocalChangelogF :: WarningFormat -> Bool -> GitInfo -> ChangelogConfig -> 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 -> GitInfo -> ChangelogConfig -> IO Bool Source #

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