Skip to content

Commit

Permalink
Merge pull request #1 from DelosAqua/update-command
Browse files Browse the repository at this point in the history
add preid support and change to run using node 16
  • Loading branch information
BamWidyat authored Oct 25, 2022
2 parents e913871 + 4ceff42 commit 557bede
Show file tree
Hide file tree
Showing 6 changed files with 23,818 additions and 4,343 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ inputs:
description: A semver update level ({major, premajor, minor, preminor, patch, prepatch, prerelease}).
required: false
default: minor
preid:
description: Identifier to be used to prefix premajor, preminor, prepatch or prerelease version increments.
required: false
outputs:
new_version:
description: The bumped semver version.
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: bookmark
Expand Down
Loading

0 comments on commit 557bede

Please sign in to comment.