Skip to content

How to publish canary/snapshot release from PR? #118

@mihkeleidast

Description

@mihkeleidast

Describe your question

Hi all! I'm validating if this tool would suit our needs for release automation. One requirement we have is to be able to publish a canary/snapshot release from a pull request before merging it, to test out changes before finalizing them.

Changesets offers this, for example: https://github.com/changesets/changesets/blob/main/docs/snapshot-releases.md

Ideally this:

  • should be manually runnable, either manually via CLI (npm script) or by manually triggering a CI run
  • should be runnable multiple times from a single PR (release snapshot, make a change, release another snapshot)
  • should not result in any changes in the PR itself

Struggling to grasp the docs right now, if this is possible to accomplish by configuration, or more custom setup. Any advice or thoughts here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions