From 88fa63dcdc8290bb62708ade834a804a8ad31a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Mon, 11 Dec 2023 15:26:57 +0100 Subject: [PATCH] remove versioning for tool.yml --- docs/tool.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/tool.md b/docs/tool.md index 1ff5d6a..be7ba42 100644 --- a/docs/tool.md +++ b/docs/tool.md @@ -61,15 +61,6 @@ description: | This is the second line. ``` -### `version` - -The version is optional, but highly recommended. -The version number has to follow a semantic verisoning pattern with either major, minor and patch version, -or be limited to only major and minor version. -Semantic version numbers can be prefixed by a small` v`. - -Examples are: `1.0`, `v1.3.2` - ### `parameters` Parameters for tools are also an Entity [defined in the specification](parameter.md).