From acb448b97cea8137629f5d8aceced27697558329 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Thu, 31 Aug 2023 16:12:34 -0500 Subject: [PATCH 1/2] add documentationURL --- devcontainer-feature.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index a2b049f..62c0bc2 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -3,6 +3,7 @@ "id": "tinygo", "version": "1.0.0", "description": "A feature to install tiny go (no sudo)", + "documentationURL": "https://github.com/devcontainers-community/features-tinygo#readme", "options": { "version": { "type": "string", From 80489a6cc5650c559388596a10e51627e3a3fea1 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Thu, 31 Aug 2023 16:16:40 -0500 Subject: [PATCH 2/2] bump version --- devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index 62c0bc2..a7e6d28 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Tiny Go (no sudo)", "id": "tinygo", - "version": "1.0.0", + "version": "1.0.1", "description": "A feature to install tiny go (no sudo)", "documentationURL": "https://github.com/devcontainers-community/features-tinygo#readme", "options": {