changelogged-0.1.0: Tool to manage project publishing history.

Safe HaskellNone
LanguageHaskell2010

Changelogged.Git

Synopsis

Documentation

latestGitTag :: Text -> IO Text Source #

Get latest git tag in origin/master if present.

getLink :: IO Text Source #

Get link to origin and strip '.git' to get valid url to project page.

gitData :: Bool -> IO Git Source #

Extract latest history and origin link from git through temporary file and store it in '@Git@'.