kenakamu / UCWA2.0-CS

C# library for UCWA 2.0
MIT License
24 stars 13 forks source link

Created releases on github #41

Closed baywet closed 6 years ago

baywet commented 6 years ago

Hey @kenakamu Not an issue, more of notification. I went ahead and created all releases https://github.com/kenakamu/UCWA2.0-CS/releases This way we have history and details from a source control perspective of what was published when. It'd be good to keep doing that in the future, the way you do it (if not automated):

git tag -a v1.0.10 <commitid> -m "some message"
git push --tags origin master

Don't forget to pull the new tags on your end git pull --tags --prune Then publish the nuget, and from the add release notes button on the tags page, create the release adding the link, the package nuget and some details. https://github.com/kenakamu/UCWA2.0-CS/tags Let me know if any question.