-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Labels
questionFurther information is requestedFurther information is requested