abo-abo / function-args

C++ completion for GNU Emacs
120 stars 10 forks source link

[feature request] Request addition to MELPA Stable #31

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)

abo-abo commented 8 years ago

Thanks, just pushed a tag.