Skip to content

Commit

Permalink
update tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Aug 20, 2018
1 parent 169bac7 commit 32059a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/src/Reporting/Exit/Publish.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 32059a2

Please sign in to comment.