Skip to content

Commit

Permalink
Add bump semver action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Jan 6, 2025
1 parent a079f47 commit 1656b00
Show file tree
Hide file tree
Showing 3 changed files with 5,094 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/actions/bump-semver/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Actions Ecosystem Bump Semver
description: Bump a semver version up.
author: The Actions Ecosystem Authors
inputs:
current_version:
description: The current version.
required: true
level:
description: A semver update level ({major, premajor, minor, preminor, patch, prepatch, prerelease}).
required: false
default: minor
outputs:
new_version:
description: The bumped semver version.
runs:
using: node16
main: dist/index.js
branding:
icon: bookmark
color: white
Loading

0 comments on commit 1656b00

Please sign in to comment.