duplo-1.6.19: Frontend development build tool

Safe HaskellNone
LanguageHaskell2010

Development.Duplo.Git

Synopsis

Documentation

commit :: BuildConfig -> Level -> Action (Version, Version) Source

Commit to git and bump version for current project

incrementVersion :: Version -> Level -> Version Source

Bump a version, given a bump type

incrementSubversion :: [Subversion] -> Int -> [Subversion] Source

Given a version component, increment it.

resetSubversion :: [Subversion] -> Int -> Int -> [Subversion] Source

Reset a version component. The reset cascades up to the max subversion index.

updateFileRegistry :: BuildConfig -> AppInfo -> Action AppInfo Source

Read from the given directory and update the app manifest object.