Skip to content

v1.0.0

Choose a tag to compare

released this 17 Jan 06:08
· 17 commits to main since this release
27972e2

Release v1.0.0 - Initial Release

This is the first official release of setup-git-semver, a GitHub Action for setting up the git-semver tool in your GitHub workflows. It provides seamless integration of semantic versioning tasks within CI/CD pipelines.

Features:

Set up git-semver in your GitHub Actions workflows.
Provides versioning support for your repository with easy configuration.
Supports automatic versioning based on Git history.

Usage:

To get started, include the following in your workflow:

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

License:

Apache 2.0