Developer tool · Completed

CalVer Version Generator for GitHub Actions

An open-source developer tool that automatically generates Calendar Versioning versions in GitHub Actions workflows, enabling consistent version numbers for builds and releases.

Back to all projects

Overview

A reusable CalVer solution for automatically versioning software through GitHub Actions.

Challenge

Consistently constructing version numbers in CI/CD workflows without reimplementing the same Calendar Versioning logic in every repository.

Approach

The versioning logic was packaged as a reusable open-source tool for GitHub Actions, allowing workflows to generate a CalVer version automatically.

Outcome

A shared and consistent versioning step that can be used easily across different GitHub Actions workflows.

Responsibilities

  • Calendar Versioning logic
  • GitHub Actions integration
  • Open-source publication