Rotation building addon for wow
How to submit a build to website
-
Before you submit make sure you make localization changes
-
Change the .toc version file
-
Open the Git Gui and Stage Changed button, commit all lua code changes with a commit message like this: 1.0.24 bla line 1 bla line 2
-
Update the CHANGELOG.txt with the last commit, open git bash from the dna dir git --no-pager log --decorate=short -n 1 > CHANGELOG.txt
-
Go back to the Git Gui and aclick Rescan button at bottom -> Stage Changed button and Check the Amend Last Commit, Click unlock index
-
Commit all the changes with the CHANGELOG.txt to amend last commit
-
Goto Repository -> Visualize all Branch history menu.
-
Right click the commit and select Create Tag
-
The Tag name: 1.0.24
-
The Tag message: dna
-
Go back to the git gui and click Push button at bottom
-
Source Branch main is selected
-
Remote radio button is checked to origin
-
CHECK the include tags option
-
Click Push again