- include new categorized output which contains a serialized JSON string with the categorized pull requests

This commit is contained in:
Mike Penz
2023-05-19 16:22:11 +00:00
committed by GitHub
parent fa8a70f37a
commit be9b53104e
4 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ A full set list of possible output values for this action.
| `outputs.deletions` | Count of code deletions in this release (lines). |
| `outputs.changes` | Total count of changes in this release (lines). |
| `outputs.commits` | Count of commits which have been added in this release. |
| `outputs.categorized` | The categorized pull requests used to build the changelog as serialized JSON. |
## Full Sample 🖥️