From d126ef17750f69e8abc595fa0688bb3d94d56b1e Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Tue, 7 Nov 2023 14:23:20 +0100 Subject: [PATCH] :memo: Update version resolve documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d6a929..c95aa98 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ jobs: The action can be used to get the next version for a service. The new version is in the format `YEAR.WEEK.COUNTER`. You will get the version as output with the key `new_version` and the new tag with the key `new_tag`. +You can remove all other version resolver from your configuration. ```yml name: Release Version Detector