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!"