Skip to content

Commit 32059a2

Browse files
committed
update tag message
1 parent 169bac7 commit 32059a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/src/Reporting/Exit/Publish.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ toReport exit =
182182
, "To tag the most recent commit and push it to GitHub, run this:"
183183
]
184184
, D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromString $
185-
[ "git tag -a " ++ vsn ++ " -m \"preparing for Elm 0.19\""
185+
[ "git tag -a " ++ vsn ++ " -m \"new release\""
186186
, "git push origin " ++ vsn
187187
]
188188
, "The -m flag is for a helpful message. Try to make it more informative!"

0 commit comments

Comments
 (0)