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 c1c6ce1 commit 75447d7Copy full SHA for 75447d7
docs/releases/v0.5.2.md
@@ -0,0 +1,6 @@
1
+---
2
+title: v0.5.2
3
+weight: 5002
4
5
+
6
+ * improve support for self-hosted GitHub/GitLab ([#11](https://github.com/dpb587/gget/issues/11))
scripts/integration.test.sh
@@ -15,7 +15,7 @@ cd tmp/integrationtest/workdir
15
../gget github.com/dpb587/gget --ref-version=0.2.x --export=json '*linux*' > export.json
16
17
diff <( shasum * ) - <<EOF
18
-c590780b597628823070447ec4d2190a206a2ef4 export.json
+f43df59ff5b0ad32362ec72655017d6deed3704f export.json
19
734d4ef1448dd9892852ae370933e7629fe528d5 gget-0.2.0-linux-amd64
20
EOF
21
0 commit comments