From e7aad714c2ca4b873848bead3ad5bd5a270dae8f Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 28 Oct 2022 11:05:57 +0200 Subject: [PATCH] windows not fully supported warning --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dcfba1..2a35f13 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ you'll need to configured that workflow yourself. You can look to the **Attention** -Make sure you use the `actions/checkout@v2` action! +Make sure you use the `actions/checkout@v2` (or later) action! **Migration: Version v9 and up** @@ -21,6 +21,8 @@ Remove the 'actions/setup-node@v1' step from your action.yml file node-version: 16 ``` +⚠️ **Windows** is not fully supported (see [#193](https://github.com/phips28/gh-action-bump-version/issues/193)), if someone uses windows, and wants to run this action, happy to review your PR ;) + ### Workflow * Based on the commit messages, increment the version from the latest release.