Skip to content

Commit

Permalink
Add undocumented outputs to README
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Feb 21, 2023
1 parent 595655c commit 328e329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This action for [Changesets](https://github.com/atlassian/changesets) creates a

- published - A boolean value to indicate whether a publishing is 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 value to indicate whether there were changesets. This can be useful if you want to create your own publishing functionality.
- pullRequestNumber - The pull request number that was created or updated.

### Example workflow:

Expand Down

0 comments on commit 328e329

Please sign in to comment.