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: 29 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T22:49:04.000Z (about 1 month ago)
- Last Synced: 2025-03-04T23:30:59.580Z (about 1 month ago)
- Topics: cli, gh-extension, github, go, golang
- Language: Go
- Homepage:
- Size: 241 KB
- Stars: 58
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
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.

# 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
```