From 5078a81f908992fbbce3f45cc904204e7acc4e1e Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 24 Apr 2025 00:01:03 +0700 Subject: [PATCH] docs: mention deno.json(c) in publishing from GitHub --- frontend/docs/publishing-packages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/docs/publishing-packages.md b/frontend/docs/publishing-packages.md index 0b8078f5..02abc9fa 100644 --- a/frontend/docs/publishing-packages.md +++ b/frontend/docs/publishing-packages.md @@ -346,9 +346,9 @@ jobs: This workflow will run every time you push to the `main` branch of your repository. It will publish your package to JSR, and will automatically use the -correct version number based on the version in your `jsr.json` file. -`jsr publish` will not attempt to publish if the version specified in your -`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. ## Filtering files