skeeto / javadoc-lookup

Quickly lookup Javadoc pages from Emacs
The Unlicense
56 stars 14 forks source link

[feature request] Request addition to MELPA Stable #5

Closed bennati closed 8 years ago

bennati commented 8 years ago

Hi!

MELPA Stable (http://stable.melpa.org/) is the new younger sibling of MELPA for users who'd rather run only stable versions of packages (MELPA can be a bit rocky since every commit comprises a new release), and it would be super cool if function-args could be installed via Stable.

Fortunately it's also really easy to support—all you have to do is define a tag in the v... format and you're done. I'd submit a PR if I could, but since tags are global to a project, that's not something possible via PR.

If you're cool with this idea, this should be all you have to do to make it happen:

$ git tag v$stable-version-number $stable-version-commit-hash
$ git push origin v$stable-version-number

Thanks for your time and consideration!

(src https://gist.github.com/camdez/48a4fd2bb3a05572f0a5)

skeeto commented 8 years ago

Sorry, normally I do tag my MELPA packages for exactly this reason. I neglected to do so for this particular package. Should be fixed now, thanks!