Skip to content

A Github cli plugin to create a release using semver

Notifications You must be signed in to change notification settings

benjlevesque/gh-bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh bump GitHub CLI extension

GitHub CLI extension for creating a release from semver.

Installation

gh extension install benjlevesque/gh-bump

Usage

⚠️ You must have at least one release in your repo

gh bump --patch
gh bump --minor
gh bump --major