@@ -106,7 +106,7 @@ jobs:
106
106
fetch-depth: 0
107
107
# now pushes from this workflow can trigger subsequent workflows
108
108
token: ${{ secrets.YOUR_PAT }}
109
- ...
109
+ ...
110
110
` ` `
111
111
112
112
Your token will need to have `repo` permissions :
@@ -120,8 +120,8 @@ Your token will need to have `repo` permissions:
120
120
- _string_ `bump-to` **Optional** : the semver comptaible version to bump to. If
121
121
the string "semver" or nothing is passed, then it will semver bump the package
122
122
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**.
125
125
- _string_ `package` **Optional** : the package name that contains the files to
126
126
bump. Great for repos with multiple independently versioned packages ie. in a
127
127
monorepo. Example : ` app-opine` will find a package in `*/**/app-opine`
@@ -133,9 +133,9 @@ Your token will need to have `repo` permissions:
133
133
table shows which manifest files will be bumped for each runtime. **default** :
134
134
` javascript`
135
135
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` |
139
139
140
140
TODO : add some more run times
141
141
0 commit comments