Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjlevesque/gh-bump
A Github cli plugin to create a release using semver
https://github.com/benjlevesque/gh-bump
gh-extension
Last synced: 25 days ago
JSON representation
A Github cli plugin to create a release using semver
- Host: GitHub
- URL: https://github.com/benjlevesque/gh-bump
- Owner: benjlevesque
- Created: 2022-01-14T15:04:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T16:10:35.000Z (over 1 year ago)
- Last Synced: 2024-06-20T17:49:33.518Z (5 months ago)
- Topics: gh-extension
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh bump GitHub CLI extension
[GitHub CLI](https://github.com/cli/cli) extension for creating a release from semver.
## Installation
```bash
gh extension install benjlevesque/gh-bump
```## Usage
:warning: You must have at least one release in your repo
```bash
gh bump --patch
gh bump --minor
gh bump --major
```