shopify/snapit-release

Create a snapshot NPM release with `/snapit` comment in a PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
trigger_commentA comma seperated list of comment commands to trigger the action/snapit
comment_prefixCustom message added to the beginning of the snapit GitHub comment. By default a generic message is shown.
comment_suffixCustom message added to the end of the snapit GitHub comment.
comment_packagesWhich packages to include in the final output. All pacakges are still published, but only those in this list are shown in the final message. If empty, all packages are included.
comment_is_globalIf true, the generated GitHub comment will show the command to install your packages globally. Otherwise, shows a JSON example to update local dependencies.
cwdIf specified, the action will run all commands for snapit in the specified directory.
branchPush the changes to a branch instead of publishing to the NPM registry.
build_scriptBuild script for building the repository before publishing.
post_install_scriptScript to run after dependencies are installed.
release_branchIf specified, will use this branch name in place of the default `changeset-release/main` branch.changeset-release/main

no outputs