summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-31 09:15:25 -0500
committerJeff Carr <[email protected]>2025-08-31 09:15:25 -0500
commitd8706ed738628124e38babc415de224911a6c56c (patch)
tree92985ffbac1fdd8ad4037c60930c592a29974776 /Makefile
parent1528d8d5077cc190afbe5e2b16c35f2e20a9b9b7 (diff)
fix the release process somewhatv0.23.95v0.23.94v0.23.93
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a45d86..5f0dbcd 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ safe-build: install
forge list --private
wit-test install --verbose
# cd ~/go/src/go.wit.com/lib/xgb/ && time GUIRELEASE_REASON="safe-build" guireleaser --gui gocui --gui-verbose --gui-file ../../toolkits/gocui/gocui.so >/tmp/forge.log 2>&1
- cd ~/go/src/go.wit.com/lib/xgb/ && time GUIRELEASE_REASON="safe-build" guireleaser --gui andlabs
+ rm -f go.* ; git checkout go.mod ; cd ~/go/src/go.wit.com/lib/xgb/ && time GUIRELEASE_REASON="safe-build" guireleaser --gui andlabs
autocomplete:
guireleaser --bash > ~/.local/share/bash-completion/completions/guireleaser