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: 2 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T22:47:48.000Z (3 months ago)
- Last Synced: 2026-02-11T01:39:43.571Z (2 months ago)
- Topics: cli, gh-extension, github, go, golang
- Language: Go
- Homepage:
- Size: 245 KB
- Stars: 61
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-extensions - johnmanjiro13/gh-bump - 10-23 | gh extension for bumping version of a repository | (🧩 Categories / Repository Management)
- 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
```