any chance to support some @ var to help for releasing for both classic and bfa from the same code base ?
specifically I would like:
##Interface: @latest_retail_and_classic@
that would auto build the package twice, once with 80200 and once with 11302 (at the time of this writing), create 2 zip
MyAddon-mytag.zip and MyAddon-mytag-classic.zip with the right toc inside and the right label for finding with twitch app/curse download
(I made sure my code has the right ifs to work for both but now each time I make a change I have to make 2 extra commits just to tag with the new interface)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
any chance to support some @ var to help for releasing for both classic and bfa from the same code base ?
specifically I would like:
##Interface: @latest_retail_and_classic@
that would auto build the package twice, once with 80200 and once with 11302 (at the time of this writing), create 2 zip
MyAddon-mytag.zip and MyAddon-mytag-classic.zip with the right toc inside and the right label for finding with twitch app/curse download
(I made sure my code has the right ifs to work for both but now each time I make a change I have to make 2 extra commits just to tag with the new interface)