View Single Post
03/11/21, 12:03 AM   #19
xeio
AddOn Author - Click to view addons
Join Date: Jan 2020
Posts: 1
I got a bit too bored and created a GitHub action for this.

https://github.com/Xeio/esoui-deploy-action

It reads the Version and APIVersion from the add-on file in the repo and pushes them, and does the translation from the in-game APIVersion to the ESO UI version. It also pulls the notes in the GitHub release and sends them as the changelog (if present).

I still have to manually create the release and add the update note, though I suppose I could just automate creating the release separately when I commit... then again my commit messages make bad release notes so maybe not.


This is the workflow I'm using in my add-on repo, though it's pretty much identical to the example I put in the action readme above:

https://github.com/Xeio/ControllerTw...flows/main.yml
  Reply With Quote