Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

gh extension for bumping version of a repository
https://github.com/johnmanjiro13/gh-bump

cli gh-extension github go golang

Last synced: 8 days ago
JSON representation

gh extension for bumping version of a repository

Awesome Lists containing this project

README

        

# gh bump

a [gh](https://github.com/cli/cli) extension for bumping version of a repository.

![image](https://user-images.githubusercontent.com/28798279/131488677-50c275e2-4823-493b-b431-50994d6e6970.png)

# Usage
```
gh bump
```

with another repository.

```
gh bump -R
```

If you want to see more detail about this extension, you can run below.

```
gh bump -h
```

# Installation
```
gh extension install johnmanjiro13/gh-bump
```