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
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ $ git push origin "${tag}"
23
23
$ git tag -s "${tag}" -m "${tag}"
24
24
$ git push origin "${tag}"
25
25
26
-
3. Create the binaries with build cross, they are in dist/
26
+
3. Create the binaries with `make cross`, they are in dist/
27
27
4. Create the GitHub release, copy the release notes from the previous ones, and adjust as necessary. Upload the binaries created and click publish on the release.
28
28
5. The last step is creating and uploading the docker images. Use make image to create them and then tag them. Keep in mind that there is only 1 image for cortextool in Dockerhub at the moment.
29
29
6. Make sure to update the latest tag to the most recent version.
0 commit comments