Releases: PandasWhoCode/setup-git-semver
Releases · PandasWhoCode/setup-git-semver
v1.0.7
What's Changed
- chore(deps): Bump ytanikin/pr-conventional-commits from 1.4.1 to 1.4.2 by @dependabot[bot] in #31
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- chore(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #30
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- chore: Update action.yml to use PWC maintained action by @DJ-BBot in #21
- chore: Update go version by @rbarker-dev in #23
- chore: Update README.md by @rbarker-dev in #24
- chore: Update CONTRIBUTING.md by @rbarker-dev in #25
- chore: Update CONTRIBUTING.md by @DJ-BBot in #26
- chore: Update SECURITY.md by @rbarker-dev in #27
- chore: move git-semver to v0.2.7 by @rbarker-dev in #29
New Contributors
- @rbarker-dev made their first contribution in #23
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- chore: Add dependabot by @DJ-BBot in #16
- chore(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #17
- chore(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #18
- chore: Update CODEOWNERS by @DJ-BBot in #19
New Contributors
- @dependabot made their first contribution in #17
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
What's Changed
- chore: Use forked version of git-semver by @DJ-BBot in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Prepare for initial publish to marketplace
- ci: Update version used in build-and test by @DJ-BBot in #9
- chore: Update action.yml by @DJ-BBot in #10
Full Changelog: v1.0.0...v1.0.1
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