View Single Post
04-17-16, 03:54 PM   #5
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
I use github for development and issue tracking, and wowace for distribution and localization. For that just setup a git repo for your wowace project and add it as a remote to your local repo. You can then push the same code to both wowace and github. The wowace packager uses annotated tags to make a release version of your addon and it appears on both wowace and curse. You could also use .pkgmeta if you need more control over the packager.

I haven't published an addon to wowinterface yet, so don't know how this works.
  Reply With Quote