elm-lang / elm-platform

Bundle of all core development tools for Elm
BSD 3-Clause "New" or "Revised" License
762 stars 125 forks source link

Create tags for new releases #188

Closed futtetennista closed 8 years ago

futtetennista commented 8 years ago

I recently contributed to the docker-elm repo and in order to build an image for a given elm version the BuildFromSourceFile.hs file is needed. I think it'd be nicer, more explicit and less error-prone to be able to write something like:

https://github.com/elm-lang/elm-platform/blob/0.18/installers/BuildFromSource.hs

instead of using the commit sha but right now new releases are not tagged (the last tag is 0.15).

process-bot commented 8 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.

futtetennista commented 8 years ago

Just read the [checklist]https://github.com/process-bot/contribution-checklist/blob/master/issues.md) and since I think this is not really a bug but more a feature request/question I'll close this and ask somewhere else. Sorry for creating the issue in the first place.