Skip to content

Commit

Permalink
0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 6, 2024
1 parent b978c7b commit d7547a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.14
version: 0.1.15
commit: '%.%.%'
files:
README.md: '@deno/bump-workspaces@%.%.%'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Run this command with `--dry-run` flag in your Deno workspace-enabled project
and see what this command does:

```sh
deno run -A jsr:@deno/[email protected].14/cli --dry-run
deno run -A jsr:@deno/[email protected].15/cli --dry-run
```

# How it works
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Run workspaces version bump
run: |
git fetch --unshallow origin
deno run -A jsr:@deno/[email protected].14/cli
deno run -A jsr:@deno/[email protected].15/cli
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
".": "./mod.ts",
"./cli": "./cli.ts"
},
"version": "0.1.14",
"version": "0.1.15",
"tasks": {
"test": "deno test -A",
"cov": "rm -rf coverage && deno test -A --coverage && deno coverage --html && deno coverage --lcov --output=coverage/lcov.info",
Expand Down

0 comments on commit d7547a9

Please sign in to comment.