WoW Plugin - Plugin for the "HandyNotes" addon to show portal locations for the Mage's Teleportation Nexus (Legion expansion) on your map.



# curse auto-build
git commit -a || echo "did you forget to bump TOC?"
v="4.1c" ; git commit -a && git tag -a v$v -m "Release $v" ; git push


#old
git tag |tail -1 #to see last tags
git tag -a v3.0 -m "Release 3.0"
git push --follow-tags
#git push && git push origin tag $(git tag |tail -1)

if curseforge build is broken you can upload manually
cd ..
zip HandyNotes_LegionMagePortals.zip HandyNotes_LegionMagePortals/* -x HandyNotes_LegionMagePortals/backups/ '*.git*'
