Skip to content

Add check in CI to ensure that if a new package is added it starts off at 0.0.0 #6448

@mcmire

Description

@mcmire

When a new package is added and it does not start out as 1.0.0, this can break releases because the publish-release will think it's a new release and expect there to be a section in the changelog for the new release, and when it does not find one (because any new entries start out in Unreleased) it will fail.

We should add a check to ensure that no PR that introduces a new package can be merged if the version of that package is not 0.0.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions