Skip to content

Git-Semver Setup Action

Actions
Performs setup of psanetra/git-semver for use in other GitHub workflows
v1.0.1
Latest
Star (3)

setup-git-semver

A GitHub Action to set up the git-semver tool in your GitHub workflows. This action installs and configures git-semver for versioning and semantic versioning tasks, allowing you to use it seamlessly in your CI/CD pipeline.

Usage

You can use this action in your GitHub workflow to set up git-semver. Below is an example of how to use the action:

Basic Example

name: Set up Git-Semver

on:
  push:
    branches:
      - main
  workflow_dispatch:

jobs:
  setup-git-semver:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Set up git-semver
        uses: DJ-BBot/setup-git-semver@v1
        with:
          version: 'latest'

      - name: Use git-semver
        run: git-semver

Git-Semver Setup Action 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

Performs setup of psanetra/git-semver for use in other GitHub workflows
v1.0.1
Latest

Git-Semver Setup Action 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.