Skip to content

Commit

Permalink
🔖 v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Jan 23, 2022
1 parent efc71e7 commit f75ec62
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 @@ -24,13 +24,13 @@ Require [GitHub CLI](https://github.com/cli/cli#installation) and
[Deno](https://deno.land/#installation).

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

or

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

### Deno Compile
Expand All @@ -57,7 +57,7 @@ gh-describe
```sh
$ gh describe --help
Usage: gh-describe [commit-ish]
Version: v1.4.1
Version: v1.4.2

Description:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-describe",
"version": "1.4.1",
"version": "1.4.2",
"description": "`git describe --tags` in shallow clones on GitHub Actions.",
"main": "dist/cli.ts",
"scripts": {
Expand Down

0 comments on commit f75ec62

Please sign in to comment.