Skip to content

Commit

Permalink
🔖 v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Jul 17, 2022
1 parent 0ffe4f5 commit e11045a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ Require [GitHub CLI](https://github.com/cli/cli#installation) and
[Deno](https://deno.land/#installation).

```sh
deno run --allow-run --unstable https://raw.githubusercontent.com/proudust/gh-describe/v1.4.5/cli/main.ts
deno run --allow-run --unstable https://raw.githubusercontent.com/proudust/gh-describe/v1.4.6/cli/main.ts
```

or

```sh
deno install -n gh-describe --allow-run --unstable https://raw.githubusercontent.com/proudust/gh-describe/v1.4.5/cli/main.ts
deno install -n gh-describe --allow-run --unstable https://raw.githubusercontent.com/proudust/gh-describe/v1.4.6/cli/main.ts
gh-describe
```

Expand Down Expand Up @@ -104,7 +104,7 @@ Mac or Linux:
```sh
$ gh describe --help
Usage: gh-describe [commit-ish]
Version: v1.4.5
Version: v1.4.6
Description:
Expand Down
2 changes: 1 addition & 1 deletion _build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ await dnt({
scriptModule: false,
package: {
name: "gh-describe",
version: "1.4.5",
version: "1.4.6",
description: "`git describe --tags` in shallow clones on GitHub Actions.",
repository: {
type: "git",
Expand Down

0 comments on commit e11045a

Please sign in to comment.