Skip to content

Releases: PandasWhoCode/setup-git-semver

v1.0.7

29 Jul 17:38
4a08b22

Choose a tag to compare

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

01 Jun 19:36
6bb4ebd

Choose a tag to compare

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

23 Apr 20:48
1ef681c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

31 Mar 20:15
b6b17c8

Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Mar 15:40
de866aa

Choose a tag to compare

What's Changed

  • chore: Add SECURITY.md file by @DJ-BBot in #14

Full Changelog: v1.0.2...v1.0.3

v1.0.2

04 Feb 20:00
91baf2c

Choose a tag to compare

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

17 Jan 06:42
7ede9a8

Choose a tag to compare

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

17 Jan 06:08
27972e2

Choose a tag to compare

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