Skip to content

Commit

Permalink
fix pattern update
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 4, 2022
1 parent 1abc6bf commit 841b5c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .release_up.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"changelog": {},
"github": {
"release": true
},

"regex": {
"patterns": [
"/(?<=@)(.*)(?=\/)/gm",
"(?<=release_up\/)(.*)(?=\/cli)"
]
"(?<=@)(.*)(?=\/cli)" ]
},
"versionFile": {}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A fork of [release](https://github.com/denosaurs/release) by
## Installation

```
$ deno install -A -f --no-check -n release_up https://deno.land/x/[email protected].2/cli.ts
$ deno install -A -f --no-check -n release_up https://deno.land/x/[email protected].4/cli.ts
```

## Usage
Expand Down

0 comments on commit 841b5c8

Please sign in to comment.