Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 23, 2022
1 parent bfd5eec commit c97f915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ A fork of [release](https://github.com/denosaurs/release), by
## Installation

```
$ deno install -A -f --no-check -n release_up https://deno.land/x/release_up@0.4.1-canary.0/cli.ts
$ deno install -A -f --no-check -n release_up https://deno.land/x/release_up@0.5.0/cli.ts
```

## Usage

```
Usage: release_up <release_type> [name]
Version: 0.2.4
Version: 0.5.0
Description:
Automate semver releases.
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.1-canary.0"
"version": "0.5.0"
}

0 comments on commit c97f915

Please sign in to comment.