We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a234e95 commit dbdcb30Copy full SHA for dbdcb30
apps/shelfarr/ci/latest.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+version=$(curl -sX GET https://api.github.com/repos/Pedro-Revez-Silva/shelfarr/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name')
4
+printf "%s" "${version}"
apps/shelfarr/metadata.json
@@ -0,0 +1,17 @@
+{
+ "app": "shelfarr",
+ "base": false,
+ "channels": [
5
+ {
6
+ "name": "main",
7
+ "platforms": [
8
+ "linux/amd64"
9
+ ],
10
+ "stable": true,
11
+ "tests": {
12
+ "enabled": true,
13
+ "type": "web"
14
+ }
15
16
+ ]
17
+}
0 commit comments