Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnmanjiro13/gh-bump
- Owner: johnmanjiro13
- License: mit
- Created: 2021-08-30T12:11:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T01:12:53.000Z (5 months ago)
- Last Synced: 2024-08-01T02:30:12.575Z (3 months ago)
- Topics: cli, gh-extension, github, go, golang
- Language: Go
- Homepage:
- Size: 234 KB
- Stars: 57
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **bump** - Extension for bumping version of a repository. (Github)
- jimsghstars - johnmanjiro13/gh-bump - gh extension for bumping version of a repository (Go)
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
```