Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjlevesque/gh-bump

A Github cli plugin to create a release using semver
https://github.com/benjlevesque/gh-bump

gh-extension

Last synced: 25 days ago
JSON representation

A Github cli plugin to create a release using semver

Awesome Lists containing this project

README

        

# gh bump GitHub CLI extension

[GitHub CLI](https://github.com/cli/cli) extension for creating a release from semver.

## Installation
```bash
gh extension install benjlevesque/gh-bump
```

## Usage

:warning: You must have at least one release in your repo

```bash
gh bump --patch
gh bump --minor
gh bump --major
```