You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

@@ -38,4 +38,17 @@ This workflow streamlines your release process into a few simple steps:
38
38
4. **Review and Merge**: Review the Pull Request created by the bot.
39
39
***Do not modify the Pull Request title or body**, as they are used for the release metadata.
40
40
* Merge the Pull Request.
41
-
* The workflow will automatically create a GitHub Release for you.
41
+
* The workflow will automatically create coordinated releases across GitHub and supported package registries.
42
+
43
+
## 📦 Optional Publishing
44
+
45
+
> [!NOTE]
46
+
>
47
+
> If the required secret for the release target are not configured, publishing will not start.
48
+
49
+
Configure target publishing in your user-side entry workflow (`.github/workflows/publish-release.yml`):
0 commit comments