From: Raphaƫl Gertz <git@rapsys.eu>
Date: Sat, 12 Oct 2024 22:22:32 +0000 (+0200)
Subject: Add bundle aliases
X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/278b712df96565abe8cfe914c4ac92a0e851df9c

Add bundle aliases
Use version 1.0 instead of master
---

diff --git a/index.json b/index.json
index eba82ce..b14052b 100644
--- a/index.json
+++ b/index.json
@@ -1,17 +1,26 @@
 {
-	"aliases": [],
+	"aliases": [
+		"rapsysair": "rapsys/airbundle",
+		"rapsysblog": "rapsys/blogbundle",
+		"rapsyspack": "rapsys/packbundle",
+		"rapsystree": "rapsys/treebundle",
+		"rapsysuser": "rapsys/userbundle"
+	],
 	"recipes": {
 		"rapsys/airbundle": [
-			"master"
+			"1.0"
 		],
 		"rapsys/blogbundle": [
-			"master"
+			"1.0"
 		],
 		"rapsys/packbundle": [
-			"master"
+			"1.0"
+		],
+		"rapsys/treebundle": [
+			"1.0"
 		],
 		"rapsys/userbundle": [
-			"master"
+			"1.0"
 		]
 	},
 	"versions": [],
diff --git a/rapsys/airbundle/master/manifest.json b/rapsys/airbundle/1.0/manifest.json
similarity index 100%
rename from rapsys/airbundle/master/manifest.json
rename to rapsys/airbundle/1.0/manifest.json
diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/1.0/manifest.json
similarity index 100%
rename from rapsys/packbundle/master/manifest.json
rename to rapsys/packbundle/1.0/manifest.json
diff --git a/rapsys/userbundle/master/manifest.json b/rapsys/userbundle/1.0/manifest.json
similarity index 100%
rename from rapsys/userbundle/master/manifest.json
rename to rapsys/userbundle/1.0/manifest.json