windows not fully supported warning

This commit is contained in:
Phil 2022-10-28 11:05:57 +02:00 committed by GitHub
parent 1b3f6d16e9
commit e7aad714c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.