mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Avoid version 2020 warning
e.g.
```
🛑 The major version number is greater than 2020, but the scheme is not set to 'calver'
```
This commit is contained in:
1
.github/workflows/test-and-release.yml
vendored
1
.github/workflows/test-and-release.yml
vendored
@@ -16,4 +16,5 @@ jobs:
|
|||||||
uses: reecetech/version-increment@use_api
|
uses: reecetech/version-increment@use_api
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
|
scheme: calver
|
||||||
use_api: true
|
use_api: true
|
||||||
|
|||||||
Reference in New Issue
Block a user