From 76ac4dd95f9d8687ecadabd5bbc59f021c7502d9 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:39:20 -0700 Subject: [PATCH] Update contributing.md --- .github/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5e457b53..ea557c86 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -57,3 +57,8 @@ This will ask you some questions about the new package. Start with `0.0.0` as th ``` 3. Start developing 😄. + +## Releasing Packages + +For information on how packages are published to npm, including workflow inputs, dist-tags, and safety guards, see the [release documentation](../docs/release.md). +