delflein / MobInfo2-Classic

Migration of old Addon MobInfo2 to Classic WoW
Other
6 stars 3 forks source link

Lacks proper versioning #4

Closed kernighan closed 5 years ago

kernighan commented 5 years ago

Please properly version the mod so that when you do new releases it has a unique version number as part of the zip file (assuming you set up autopackaging on tagged commits with github).

ghost commented 5 years ago

Well, I went with the classic patch version to identify. But since there have been many releases now I'll think about a proper versioning

ghost commented 5 years ago

New Versioning will now be . ... I have not setup autopackaging so far.

kernighan commented 5 years ago

Thanks! The auto packaging is extremely helpful. There's a guide I can point you at if you need.

ghost commented 5 years ago

Would be helpful :)

kernighan commented 5 years ago

https://authors.curseforge.com/knowledge-base/projects/3451-automatic-packaging

ghost commented 5 years ago

Just released the first version with Auto Packaging :)

ghost commented 5 years ago

@kernighan Any idea how I could avoid having the changelog getting pushed into the file on curseforge ? it includes my email address which I do not really like to have on curseforge. The extra click to Github should happen :D

kernighan commented 5 years ago

I use an email specifically for WoW to mask my real life name, and then add it to my .git/config so every commit uses it:

~/git/wow/addon$ cat .git/config
......
[user]
        name = "Yunohu"
        email = "kernighan@gmail.com"