You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Actions Ecosystem Action Release Label
v1.0.0
This is a GitHub Action to output a semver update level major, minor, patch
from a pull request release label.
For example, if a pull request has the label release/minor
, this action outputs minor
as level.
It would be more useful to use this with other GitHub Actions' outputs.
It's recommended to use this with actions-ecosystem/action-bump-semver and actions-ecosystem/action-push-tag.
NAME | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
---|---|---|---|---|
label_prefix |
A prefix for labels that indicate semver level {major, minor, patch} . |
string |
false |
release/ |
event |
An event that triggers this action. Must be a pull request event. | string |
false |
${{ toJson(github.event) }} |
NAME | DESCRIPTION | TYPE |
---|---|---|
level |
A semver update level {major, minor, patch} . |
string |
This action is inspired by haya14busa/action-bumpr.
Copyright 2020 The Actions Ecosystem Authors.
Action Release Label is released under the Apache License 2.0.