Skip to content
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
@Noviny

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:

  1. yarn in repo and call getReleasePlan() using { sinceMaster: true }
  2. 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).
  3. If there are, format the data in releases in some way to 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions