From 5031e985bb2a67216b5713a1e0b1f14da6f3d0b6 Mon Sep 17 00:00:00 2001 From: Vishnu Bharathi Date: Sat, 19 Oct 2024 13:52:21 +0530 Subject: [PATCH] rfc: update semver to have version prefix --- rfcs/0006-connector-publishing-automation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0006-connector-publishing-automation.md b/rfcs/0006-connector-publishing-automation.md index d1a21a11..00bdc10f 100644 --- a/rfcs/0006-connector-publishing-automation.md +++ b/rfcs/0006-connector-publishing-automation.md @@ -59,7 +59,7 @@ file should contain the relevant information to access the package definition. ```json { - "version": "0.0.1", + "version": "v0.0.1", "uri": "https://github.com/hasura/ndc-mongodb/releases/download/v0.0.1/connector-definition.tgz", "checksum": { "type": "sha256",