commit b00a04e9c865bc2cc356d83ecb34e137ebc36b58
parent b627a555177d415a72f4faafc364cc2a47f13239
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 22 Dec 2023 11:06:15 +0100
Clarify that the extension's revision number should start at 1.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conventions/extension-id.md b/conventions/extension-id.md
@@ -5,7 +5,7 @@
The extension shall be named in the form: `clap.$NAME/$REV`.
Where:
- `$NAME` is the name of the exension.
-- `$REV` is the revision of the extension. This is an integer that is incremented for each iteration.
+- `$REV` is the revision of the extension. This is an integer that is incremented for each iteration. It should start at 1.
For extensions made by third-parties and not officially published by the CLAP project, please use the following form: `$REVERSE_URI.$NAME/$REV`.
Where: