Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Get Last Branch and Semantic Version Containing String

Actions
Returns the branch name and semantic version given a string
v1.0.0
Star (5)

Get Last Semantic Version and Semantic Version Branch Name Javascript Action

This action gets the last semantic version and semantic version branch in a repository that matches a prefix provided by the user.

Inputs

regex-string

Required A desired string to match against all the branches in the repository. Default ''.

Outputs

last-semver

The last semantic version found from branches that contain the regex-string input.

last-semver-branch

The branch in which the last semantic version was pulled from.

Example usage

uses: actions/github-action-get-regex-branch@v1
with:
  regex-string: 'release-v'

Get Last Branch and Semantic Version Containing String is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Returns the branch name and semantic version given a string
v1.0.0

Get Last Branch and Semantic Version Containing String is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.