We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169bac7 commit 32059a2Copy full SHA for 32059a2
builder/src/Reporting/Exit/Publish.hs
@@ -182,7 +182,7 @@ toReport exit =
182
, "To tag the most recent commit and push it to GitHub, run this:"
183
]
184
, D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromString $
185
- [ "git tag -a " ++ vsn ++ " -m \"preparing for Elm 0.19\""
+ [ "git tag -a " ++ vsn ++ " -m \"new release\""
186
, "git push origin " ++ vsn
187
188
, "The -m flag is for a helpful message. Try to make it more informative!"
0 commit comments