Skip to content

Commit

Permalink
0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Nov 26, 2024
1 parent 76f3d54 commit 8b05a99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 0.1.21
commit: '%.%.%'
version: 0.1.22
commit: "%.%.%"
files:
README.md: '@deno/bump-workspaces@%.%.%'
README.md: "@deno/bump-workspaces@%.%.%"
deno.json: '"version": "%.%.%"'
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].21/cli --dry-run
deno run -A jsr:@deno/[email protected].22/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].21/cli
deno run -A jsr:@deno/[email protected].22/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.21",
"version": "0.1.22",
"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 8b05a99

Please sign in to comment.