summaryrefslogtreecommitdiff
path: root/Build/DistributionUpdate.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/DistributionUpdate.hs')
-rw-r--r--Build/DistributionUpdate.hs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs
index 2c4d82495..6965bcb68 100644
--- a/Build/DistributionUpdate.hs
+++ b/Build/DistributionUpdate.hs
@@ -21,6 +21,11 @@ main = do
makeinfos :: Annex ()
makeinfos = do
+ void $ inRepo $ runBool
+ [ Param "commit"
+ , Param "-m"
+ , Param $ "publishing git-annex " ++ version
+ ]
basedir <- liftIO getRepoDir
version <- liftIO getChangelogVersion
now <- liftIO getCurrentTime
@@ -44,7 +49,7 @@ makeinfos = do
void $ inRepo $ runBool
[ Param "commit"
, Param "-m"
- , Param $ "publishing git-annex " ++ version
+ , Param $ "updated info files for git-annex " ++ version
]
void $ inRepo $ runBool
[ Param "annex"