v1.0.0
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