An open API service indexing awesome lists of open source software.

https://github.com/gembaadvantage/uplift

Semantic versioning the easy way. Powered by Conventional Commits. Built for use with CI.
https://github.com/gembaadvantage/uplift

changelog ci cli conventional-commits go golang release semantic-versioning semver util version versioning

Last synced: 4 months ago
JSON representation

Semantic versioning the easy way. Powered by Conventional Commits. Built for use with CI.

Awesome Lists containing this project

README

          





Uplift


By harnessing the power of [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), Uplift simplifies the release management of your project through your use of commit messages.

Built for Continuous Integration (CI), Uplift is incredibly simple to use, and its modular design allows you to choose which release cycle features you want to incorporate into your workflow. It adheres to the Semantic Versioning specification and plays nicely with other tools.

And it's built using Go so that you can install it anywhere!

## Documentation

Check out the latest documentation at [upliftci.dev](https://upliftci.dev)

## Badges

[![Build status](https://img.shields.io/github/actions/workflow/status/gembaadvantage/uplift/ci.yml?style=flat-square&logo=go)](https://github.com/gembaadvantage/uplift/actions?workflow=ci)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/gembaadvantage/uplift?style=flat-square)](https://goreportcard.com/report/github.com/gembaadvantage/uplift)
[![Go Version](https://img.shields.io/github/go-mod/go-version/gembaadvantage/uplift.svg?style=flat-square)](go.mod)
[![codecov](https://codecov.io/gh/gembaadvantage/uplift/branch/main/graph/badge.svg)](https://codecov.io/gh/gembaadvantage/uplift)