Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
0637832bdd | |||
1b4e3dd688 | |||
717a8ee015 | |||
b9a671b0f2 |
@@ -1,6 +1,6 @@
|
|||||||
## Interface: 70300
|
## Interface: 70300
|
||||||
## Title: ActionBarSaver: Daved
|
## Title: ActionBarSaver: Daved
|
||||||
## Version: 1.0.0
|
## Version: 1.1.2
|
||||||
## Notes: Manage, save, restore, import and export action bar and keybind profiles
|
## Notes: Manage, save, restore, import and export action bar and keybind profiles
|
||||||
## Author: Phat phuck dave
|
## Author: Phat phuck dave
|
||||||
## SavedVariables: ActionBarSaverDaved, KeybindSaverDaved
|
## SavedVariables: ActionBarSaverDaved, KeybindSaverDaved
|
||||||
|
@@ -16,8 +16,7 @@ echo "Tag: $TAG"
|
|||||||
|
|
||||||
echo "Building the thing..."
|
echo "Building the thing..."
|
||||||
sed -i "s/## Version: .*/## Version: $TAG/" ActionBarSaverDaved.toc
|
sed -i "s/## Version: .*/## Version: $TAG/" ActionBarSaverDaved.toc
|
||||||
sed -i "s/local VERSION = .*/local VERSION = \"$TAG\"/" ActionBarSaverDaved.lua
|
git add ActionBarSaverDaved.toc
|
||||||
git add ActionBarSaverDaved.toc ActionBarSaverDaved.lua
|
|
||||||
git commit -m "Release $TAG"
|
git commit -m "Release $TAG"
|
||||||
git tag -f $TAG
|
git tag -f $TAG
|
||||||
git push origin $TAG
|
git push origin $TAG
|
||||||
|
Reference in New Issue
Block a user