Skip to content

Commit

Permalink
🔖 v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Dec 17, 2023
1 parent 241cbb6 commit 3daa571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ Require [GitHub CLI](https://github.com/cli/cli#installation) and
[Deno](https://deno.land/#installation).

```sh
deno run --allow-run https://deno.land/x/gh_describe@v1.5.4/main.ts
deno run --allow-run https://deno.land/x/gh_describe@v1.6.0/main.ts
```

or

```sh
deno install -n gh-describe --allow-run https://deno.land/x/gh_describe@v1.5.4/main.ts
deno install -n gh-describe --allow-run https://deno.land/x/gh_describe@v1.6.0/main.ts
gh-describe
```

Expand Down Expand Up @@ -110,7 +110,7 @@ Mac or Linux:
```sh
$ gh describe --help
Usage: gh-describe [commit-ish]
Version: v1.5.4
Version: v1.6.0
Description:
Expand Down

0 comments on commit 3daa571

Please sign in to comment.