windows not fully supported warning
This commit is contained in:
parent
1b3f6d16e9
commit
e7aad714c2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue