Skip to content

Publish pre-release while change-set pull-request is open #285

@smeijer

Description

@smeijer

I'd like to publish my packages, before the final publish step, while the changeset pull-request is still open. The workflow is currently:

  1. author merges a pull request having a changeset
  2. changeset opens pull-request to version & release packages
  3. author merges changeset pull-request
  4. changeset publishes stable version (major.minor.patch)

What I like to see different, is that while the changeset pull-request is open (2), every change to a package get's published as pre-release. That way, we can test packages from npm, before merging the pull-request (3) and publishing a new stable version.

I know we already can publish pre-releases using changeset, but to my understanding that'd still lead to the same workflow as above, meaning all those pre-releases also require new changeset pull-requests. I'd like to keep the pull-request open while publishing pre-releases and polishing the package for final release.

Metadata

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