We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b264d41 commit 552fbfcCopy full SHA for 552fbfc
README.md
@@ -48,7 +48,7 @@ insight:
48
touch config.yaml
49
docker run --rm \
50
-v $(pwd)/config.yaml:/app/config.yaml \
51
-ghcr.io/robotism/gitinsight:20251008 \
+ghcr.io/robotism/gitinsight:20251010 \
52
./gitinsight config gen -o -f /app/config.yaml
53
# vim config.yaml
54
@@ -57,7 +57,7 @@ docker run --rm \
57
-p 8088:8080 \
58
59
-v $(pwd)/.repos:/app/.repos \
60
-ghcr.io/robotism/gitinsight:20251008
+ghcr.io/robotism/gitinsight:20251010
61
62
```
63
0 commit comments