You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We only use lightweight tags for releases. This is because as of this writing, AppVeyor cannot start a build when you use annotated tags. See this discussion for more information.
For the tag name, we follow the format v{major}.{minor}.{patch}. For example:
This will start the CI builds. If all builds are successful, binaries for Windows, OSX and Linux will be uploaded to the tagged release, using the tag name as the release title. The last part of the process is to edit the release notes (maybe add the list of bug fixes).