4 Commits
1.1.0 ... 1.1.2

Author SHA1 Message Date
0637832bdd Release 1.1.2 2025-05-06 23:07:17 +02:00
1b4e3dd688 Fix the god damn git add 2025-05-06 23:06:57 +02:00
717a8ee015 Release 1.1.1 2025-05-06 23:06:40 +02:00
b9a671b0f2 Release 1.1.0 2025-05-06 23:05:55 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
## Interface: 70300
## Title: ActionBarSaver: Daved
## Version: 1.0.0
## Version: 1.1.2
## Notes: Manage, save, restore, import and export action bar and keybind profiles
## Author: Phat phuck dave
## SavedVariables: ActionBarSaverDaved, KeybindSaverDaved

View File

@@ -16,8 +16,7 @@ echo "Tag: $TAG"
echo "Building the thing..."
sed -i "s/## Version: .*/## Version: $TAG/" ActionBarSaverDaved.toc
sed -i "s/local VERSION = .*/local VERSION = \"$TAG\"/" ActionBarSaverDaved.lua
git add ActionBarSaverDaved.toc ActionBarSaverDaved.lua
git add ActionBarSaverDaved.toc
git commit -m "Release $TAG"
git tag -f $TAG
git push origin $TAG