Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add develop Docker image release flow #17

Merged
merged 16 commits into from
Jan 7, 2025
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