This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
Display information about the changesets present #3
Open
Description
With the release of @changesets/get-release-plan
we can get richer information about the existence non-existence of changesets: I think it would be good to change how this action works to something like:
- yarn in repo and call
getReleasePlan()
using{ sinceMaster: true }
- With the output - check the length of the
changesets
array to see if there are new changesets ('empty' changesets is a feature we know AK wants that we want this to work with). - If there are, format the data in
releases
in some wayto display this information.
Open questions:
a) is this mad?
b) how do we format the info?
i) probably need to separate packages from dependents here
ii) a table maybe?
iii) Do we include any summary info or leave that for PR-inspection?
Major downside:
requires this doing a yarn install etc
Metadata
Assignees
Labels
No labels