ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,223
- Points
- 823
Reputation:
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...