QuackieMackie
Guest
offline
Has anyone here created a GitHub Action that automatically builds and packages XenForo add-ons for release?
I’ve been managing several add-ons recently, and manually building each release is starting to become a bit of a pain point, I keep forgetting to run the command and just skipping versions (totally my fault). I am aware I could just create a local .git hook that runs the command with each push but long term the action would be better.
A CI/CD workflow that builds the add-on .zip...
Read more
Continue reading...
I’ve been managing several add-ons recently, and manually building each release is starting to become a bit of a pain point, I keep forgetting to run the command and just skipping versions (totally my fault). I am aware I could just create a local .git hook that runs the command with each push but long term the action would be better.
A CI/CD workflow that builds the add-on .zip...
Read more
Continue reading...