From 1ba0a20a7aeabc325d5fd341e3b91d295b93e921 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:29:22 +0100 Subject: [PATCH] docs: describe semantic_version default as latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa108ec..83c6ef9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ steps: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} ``` -If no version range is specified with `cycjimmy/semantic-release-action@v6` then [semantic-release](https://github.com/semantic-release/semantic-release/) version [24.2.7](https://github.com/semantic-release/semantic-release/releases/tag/v25.0.2) is used. +If no version range is specified with `cycjimmy/semantic-release-action@v6` then [semantic-release@latest](https://github.com/semantic-release/semantic-release/releases) is used. #### branches > {Optional Input Parameter} The branches on which releases should happen.
`branches` supports for **semantic-release above v16**.