-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Description
We should look to automatically create a GitHub release, with generate ReleaseNotes.md file using GitReleaseNotes or similar tool, as part of the build.
I know we would want this for stable builds.
For pre-release builds, it's unclear whether we need this or not. Perhaps there would be no harm to also create pre-releases on GitHub in the same way.
The concencus as per #1445 was to trigger the next stable build by publishing a tag. We should also try and make the build servers (app veyor etc) automatically build when a new tag is published if they don't detect tags already (save having to go and manually trigger them after tagging).
arturcic, asbjornu and chappoo