From c118fd47f204eb35023e564c37cc83726c3a660a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9andre=20Daumont?= <1338620+digiz3d@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:34:43 +0100 Subject: [PATCH] chore: add missing outputs in documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ea2e5e5..0b6ea98a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ This action for [Changesets](https://github.com/changesets/changesets) creates a - published - A boolean value to indicate whether a publishing has happened or not - publishedPackages - A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]` +- hasChangesets - A boolean about whether there were changesets. Useful if you want to create your own publishing functionality. +- pullRequestNumber - The pull request number that was created or updated ### Example workflow: