From cb0748b6ecb84d16f595bfdaf7a98fb46aa5c590 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Date: Fri, 5 Apr 2024 11:51:49 +0200 Subject: [PATCH] Revert "[prdoc] Require SemVer bump level" (#3987) Reverts paritytech/polkadot-sdk#3816 --- prdoc/schema_user.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/prdoc/schema_user.json b/prdoc/schema_user.json index 593113cf326..1bd0b3b93ee 100644 --- a/prdoc/schema_user.json +++ b/prdoc/schema_user.json @@ -132,8 +132,7 @@ } }, "required": [ - "name", - "bump" + "name" ] }, "migration_db": { @@ -188,11 +187,6 @@ "const": "patch", "title": "Patch", "description": "A bump to the third leftmost non-zero digit of the version number." - }, - { - "const": "none", - "title": "None", - "description": "This change requires no SemVer bump (e.g. change was a test or benchmark)." } ] }, -- GitLab