The addon commits just fine, but I don't know how to tag it so that it shows the version number that I want to use, and shows which version of the WoW client it is for.
Can anyone help?
I was previously using:
Properties:
tsvn:logtemplate
Value:
{addonname}: -
I tried using this, and specifying: "v30200 release" but it's still showing an auto populated version number, shows it as alpha, and doesn't show the correct WoW client version.
I gotta say, this "re-architecture" sure seems very unfriendly to your average addon developer. Just seems like Curse is saying they don't want this type of developer any longer, because this is a lot of hurdles to jump through just to publish an addon.:(
I tried using this, and specifying: "v30200 release" but it's still showing an auto populated version number, shows it as alpha, and doesn't show the correct WoW client version.
The WoW version is taken from your TOC interface version :
I gotta say, this "re-architecture" sure seems very unfriendly to your average addon developer. Just seems like Curse is saying they don't want this type of developer any longer, because this is a lot of hurdles to jump through just to publish an addon.:(
You can request your project to be switched to CurseForge so you could still upload your own zips.
I gotta say, this "re-architecture" sure seems very unfriendly to your average addon developer. Just seems like Curse is saying they don't want this type of developer any longer, because this is a lot of hurdles to jump through just to publish an addon.:(
Erm. Ok...all normal commits are alpha builds. If you want to have a beta version, tag it with beta in the name. Release versions are numbers and dots (1.0) or have Release in the name. In order to tag, simply right-click on your project and select TortoiseSVN->Branch/tag. You'll have a new window with "To URL:" in it. Replace "trunk" in the URL with "tags/1.0" or whatever release version you want. Click OK and you're set.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm using Tortoise SVN to upload my addon.
The addon commits just fine, but I don't know how to tag it so that it shows the version number that I want to use, and shows which version of the WoW client it is for.
Can anyone help?
I was previously using:
Properties:
tsvn:logtemplate
Value:
{addonname}: -
I tried using this, and specifying: "v30200 release" but it's still showing an auto populated version number, shows it as alpha, and doesn't show the correct WoW client version.
I gotta say, this "re-architecture" sure seems very unfriendly to your average addon developer. Just seems like Curse is saying they don't want this type of developer any longer, because this is a lot of hurdles to jump through just to publish an addon.:(
The WoW version is taken from your TOC interface version :
As for tagging, the answer is in the knowledge base : http://www.wowace.com/knowledge-base/repository-faq/#w_how-do-i-get-the-packager-to-make-a-release-or-beta
You can request your project to be switched to CurseForge so you could still upload your own zips.
Erm. Ok...all normal commits are alpha builds. If you want to have a beta version, tag it with beta in the name. Release versions are numbers and dots (1.0) or have Release in the name. In order to tag, simply right-click on your project and select TortoiseSVN->Branch/tag. You'll have a new window with "To URL:" in it. Replace "trunk" in the URL with "tags/1.0" or whatever release version you want. Click OK and you're set.