djsmithdev / combatmode

MIT License
3 stars 5 forks source link

github package releases possible? #128

Open cyl1d3 opened 3 weeks ago

cyl1d3 commented 3 weeks ago

I currently use wowup for addon management and updates. If provided in a specific way, wowup can use github releases, which is my preferred method of installing.

Would it be possible to get that for this addon? An example would be how BetterBags packages their releases, I think they just use a github action.

Thanks for your time! :)

sampconrad commented 3 weeks ago

I'll look into it, but no promises.

cyl1d3 commented 3 weeks ago

I think this is the action the people over at BetterBags use for that: https://github.com/marketplace/actions/wow-packager

I've got no experience with Addon development and how that interfaces with curse etc, but I do have some basic experience with github actions if there's a problem on that end.

sampconrad commented 3 weeks ago

Curse has its own automated packaging. https://support.curseforge.com/en/support/solutions/articles/9000197281-automatic-packaging

I've been meaning to implement that but I've been busy with pre-patch changes, recent updates/new features that went into CM, and my irl work tasks.

TWW is dropping in a few days so I'll be busy enjoying that for a bit. I'll eventually get to it and implement some long overdue CI/CD to this project, but it's not a priority so it won't be right now, I'm afraid.