Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanskun/gh-bump-up

GitHub CLI extension to easily create release tags
https://github.com/yanskun/gh-bump-up

bumpversion gh-extension rust

Last synced: about 2 months ago
JSON representation

GitHub CLI extension to easily create release tags

Awesome Lists containing this project

README

        

# gh-bump-up
GitHub CLI commands extension.

This extension gelps create reelase tags

## Install

```
gh extension install yanskun/gh-bump-up
```

## Usage

```
# Bump minor version
gh bump-up -m
```