Skip to content

Commit

Permalink
Adding a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Jan 14, 2022
1 parent 035e783 commit 48841de
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-branch
```

## Usage

:warning: You must have at least one release in your repo

```bash
gh bump --patch
gh bump --minor
gh bump --major
```

0 comments on commit 48841de

Please sign in to comment.