From 32059a289d27e303fa1665e9ada0a52eb688f302 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Mon, 20 Aug 2018 09:41:41 -0400 Subject: [PATCH] update tag message --- builder/src/Reporting/Exit/Publish.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/src/Reporting/Exit/Publish.hs b/builder/src/Reporting/Exit/Publish.hs index 28847b0bb..4c93964b6 100644 --- a/builder/src/Reporting/Exit/Publish.hs +++ b/builder/src/Reporting/Exit/Publish.hs @@ -182,7 +182,7 @@ toReport exit = , "To tag the most recent commit and push it to GitHub, run this:" ] , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromString $ - [ "git tag -a " ++ vsn ++ " -m \"preparing for Elm 0.19\"" + [ "git tag -a " ++ vsn ++ " -m \"new release\"" , "git push origin " ++ vsn ] , "The -m flag is for a helpful message. Try to make it more informative!"