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
1) Choose GitVersion release, when you press deploy it will create a *non-released* GitHub release, this *will not* create a Git tag. This step is so we can validate the release and release notes before pushing the button.
1. Remove the build metadata from the tag and title (the + and everything after it)
88
+
2. Paste the downloaded release notes in, you can clean them up if you want otherwise there may be closed issues which were questions etc.
89
+
3. Tick the pre-release box if it's pre-release
90
+
4. Press Publish
91
+
1) Publishing tags (a git tag) the release commit, this will trigger another appveyor build which only builds tags, this build uses deploy.cake. It downloads the artifacts from that GitHub release, then performs the release
92
+
93
+
## Docker
94
+
It is a manual release step after the release now, first download the appropriate ZIP and put into a `releaseArtifacts` folder in the GitVersion repository, then run:
0 commit comments