elm-lang / elm-package

Command line tool to share Elm libraries
BSD 3-Clause "New" or "Revised" License
213 stars 66 forks source link

If README does not exist, elm-package should complain before it tells you to tag the release. #261

Closed avh4 closed 7 years ago

avh4 commented 7 years ago

For a new package, there may not yet be a README file. elm-package publish will instruct you to publish the 1.0.0 tag before it checks for the existence of the README, so if no README exists at that time, the tag will need to be rewritten. elm-package should instead warn about the missing readme before proceeding with other checks.

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 7 years ago

Good idea, thanks for sharing it here!