Skip to content

DJ-BBot/setup-git-semver

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Github action to setup git-semver for use in github workflows

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published