mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Update README
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Use 📄
|
## Use 📄
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> This action is confirmed to work on all three of GitHub's hosted runners -
|
||||||
|
> `ubuntu-latest`, `macos-latest` and `windows-latest` - at the point in time of the release of the action
|
||||||
|
|
||||||
### Example ⌨️
|
### Example ⌨️
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@@ -9,7 +13,7 @@
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get next version
|
- name: Get next version
|
||||||
uses: reecetech/version-increment@2023.9.3
|
uses: reecetech/version-increment@2024.4.3
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
scheme: semver
|
scheme: semver
|
||||||
@@ -30,7 +34,7 @@ use the API mode:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Get next version
|
- name: Get next version
|
||||||
uses: reecetech/version-increment@2024.4.1
|
uses: reecetech/version-increment@2024.4.3
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
use_api: true
|
use_api: true
|
||||||
|
|||||||
Reference in New Issue
Block a user