-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dude McDude edited this page Mar 30, 2020
·
13 revisions
Making a release: just tag a commit as v1.0.XXX and push to origin. This triggers the AppVeyor release script, which will prepare a release to Github. Afterwards, you need to update the RELEASES file on this repository to let the auto-updater know about the latest release.
Open GitShell
git tag v1.0.X
git push origin v1.0.X
Appveyor: Use TemplePlus Nightly!!!!
Update RELEASES file here:
https://github.com/GrognardsFromHell/grognardsfromhell.github.io/tree/master/update-feeds/stable
git tag -d v1.0.XX - removes local tag
git push origin :refs/tags/v1.0.XX - removes remote tag
Delete from appveyor history (otherwise it won't overwrite)
Delete from GitHub Releases