Skip to content

Commit 1c58a0a

Browse files
committedOct 9, 2024·
docs: update README
1 parent b538809 commit 1c58a0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
fetch-depth: 0
107107
# now pushes from this workflow can trigger subsequent workflows
108108
token: ${{ secrets.YOUR_PAT }}
109-
...
109+
...
110110
```
111111

112112
Your token will need to have `repo` permissions:
@@ -120,8 +120,8 @@ Your token will need to have `repo` permissions:
120120
- _string_ `bump-to` **Optional**: the semver comptaible version to bump to. If
121121
the string "semver" or nothing is passed, then it will semver bump the package
122122
based on commit messages, following conventional-commit standards. When semver
123-
bumping, the most recent git tag is used as the base version. **If no base
124-
git tag is found, `v1.0.0` is used as the base to bump from**.
123+
bumping, the most recent git tag is used as the base version. **If no base git
124+
tag is found, `v1.0.0` is used as the base to bump from**.
125125
- _string_ `package` **Optional**: the package name that contains the files to
126126
bump. Great for repos with multiple independently versioned packages ie. in a
127127
monorepo. Example: `app-opine` will find a package in `*/**/app-opine`
@@ -133,9 +133,9 @@ Your token will need to have `repo` permissions:
133133
table shows which manifest files will be bumped for each runtime. **default**:
134134
`javascript`
135135

136-
| runtime | manifest files bumped |
137-
| ---------------------------- | ----------------------------------------------- |
138-
| `deno`, `node`, `javascript` | `egg.json`, `package.json`, `package-lock.json` |
136+
| runtime | manifest files bumped |
137+
| ---------------------------- | ------------------------------------------------------------------------ |
138+
| `deno`, `node`, `javascript` | `deno.json`, `jsr.json`, `egg.json`, `package.json`, `package-lock.json` |
139139

140140
TODO: add some more run times
141141

0 commit comments

Comments
 (0)