atom / chocolatey

chocolatey installer for Atom
MIT License
12 stars 17 forks source link

Specify a release when running grunt or grab it from a relative path? #6

Closed bradgearon closed 10 years ago

bradgearon commented 10 years ago

Currently the gruntfile looks for ../atom/package.json or /atom/package.json for the version to use for release.
:question: Does this make sense?
Or should one simply tell it:

grunt --tag v0.106.0
kevinsawicki commented 10 years ago

By default I would think it would just grab the latest release from atom/atom/releases and use that tag

bradgearon commented 10 years ago

Sweet. Thanks!