Information for users (what this addon does, how to install it, how to get help) is available on the addon's page on esoui.com.
- Increase
AddOnVersion
in CanICraftThis.txt. - Create a git tag
v$VERSION
. - Run
tools/release.sh $VERSION
to create ZIP file. - Push
main
branch and tags to Github. - Create a Github release and attach the new ZIP file.
- Upload new ZIP file to esoui.com.
- Add any new item sets to the list in
Data/EqSet.lua
. - Set the maximum compatible API version (the second number on the
APIVersion
line inCanICraftThis.txt
) to the latest ESO API version as per this list. - Test that the addon works as expected.
- Publish a release by following steps above.