Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed May 28, 2022
1 parent f0fcdfe commit 3fa0453
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A fork of [release](https://github.com/denosaurs/release)
## Installation

```
$ deno install -A -f --unstable ...
$ deno install -A -f --no-check -n release-me -r https://raw.githubusercontent.com/sylc/release-me/main/cli.ts
```

## Usage
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tasks": {
"test": "deno run -A ./mod.ts --dry"
"test": "deno run -A ./cli.ts --dry"
}
}
2 changes: 1 addition & 1 deletion plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Action } from "./mod.ts";
import type { Repo } from "./src/repo.ts";

export type { ReleaseConfig } from "./config.ts";
export type { Action } from "./mod.ts";
export type { Action } from "./cli.ts";
export type { Repo } from "./src/repo.ts";
export type { Tag } from "./src/tags.ts";
export type { Commit } from "./src/commits.ts";
Expand Down

0 comments on commit 3fa0453

Please sign in to comment.