Skip to content

Commit

Permalink
Add documentation for hasChangesets and pullRequestNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjack authored Nov 15, 2023
1 parent 2bb9bcb commit 2418f00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ 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 to indicate whether there are new changeset files
- pullRequestNumber - A string representing the number of the pull request generated by the action

### Example workflow:

#### Without Publishing
Expand Down

0 comments on commit 2418f00

Please sign in to comment.