GabLeRoux / GabLeRoux/git-bump-cli

Add command line arguments using commander

Open
#3 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

What I'd like to have:

```bash
git bump patch
```

This will bump **the patch value** of your latest git tag.
Ex: v1.0.0 -> v1.0.1

```bash
git bump minor
```

This will bump **the minor value** of your latest git tag.
Ex: v1.0.0 -> v1.1.0

```bash
git bump major
```

This will bump **the major value** of your latest git tag.
Ex: v1.0.0 -> v2.0.0

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.