tom-tan / auctex-latexmk

This library adds LatexMk support to AUCTeX.
93 stars 24 forks source link

Support MELPA stable #25

Closed gdv closed 8 years ago

gdv commented 8 years ago

Thanks for your great package!

Melpa stable accepts only stable versions of packages (while MELPA takes the latest commit of each package). So auctex-latexmk is not available via Melpa stable. To make it happen, you should tag the latest commit vith a semver version. For example, giving the following commands should suffice:

git tag v1.0.0 bda696babcf4f4df435415e2d6a9c54fa99b230c
git push

Since tagging cannot be done via a pull request, I cannot help you more. Thanks!

tom-tan commented 8 years ago

Done!

gdv commented 8 years ago

Great, thanks