Skip to content

gitbluf/semver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SemVer

This is a simple Rust program that automatically bumps the correct semantic version based on the semver content(major, minor, patch) of the commit messages.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

  • Rust
  • Docker | or other such as podman

Build the project:

cargo build

Run the tests:

cargo test

Docker

To build and run the Docker image:

docker build -t semver .
docker run -it --rm semver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published