Skip to content

Commit 4c7a042

Browse files
committed
Add missing isPrerelease to action.yml.
1 parent 932691b commit 4c7a042

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Example yml:
4343
fetch-depth: 0
4444
- name: Fetch next version
4545
id: nextVersion
46-
uses: freezy/[email protected].3
46+
uses: freezy/[email protected].4
4747
- name: Log version and next version
4848
run: |
4949
echo "${{ steps.nextVersion.outputs.version }}"

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ outputs:
1414
description: 'Computed next version'
1515
nextTag:
1616
description: 'Computed next version with prefix'
17+
isPrerelease:
18+
description: 'If true, the version is a pre-release'
1719
runs:
1820
using: 'node12'
1921
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualpinball-next-version-action",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Action used for determining the next version of VisualPinball.* projects.",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)