We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d83fff commit b5c3a55Copy full SHA for b5c3a55
frontend/docs/publishing-packages.md
@@ -346,9 +346,9 @@ jobs:
346
347
This workflow will run every time you push to the `main` branch of your
348
repository. It will publish your package to JSR, and will automatically use the
349
-correct version number based on the version in your `jsr.json` file.
350
-`jsr publish` will not attempt to publish if the version specified in your
351
-`jsr.json` file is already published to JSR.
+correct version number based on the version in your `jsr.json`/`deno.json(c)`
+file. `jsr publish` will not attempt to publish if the version specified in your
+`jsr.json`/`deno.json(c)` file is already published to JSR.
352
353
## Filtering files
354
0 commit comments