feat: add automated changesets release workflow#1389
Conversation
|
@draggie is attempting to deploy a commit to the Callstack Team on Vercel. A member of the Team first needs to authorize it. |
|
99e3e2f to
8812107
Compare
8812107 to
d15d0e3
Compare
| "version-packages": "pnpm changeset version && pnpm lint", | ||
| "version-packages:canary": "pnpm changeset version --snapshot canary && pnpm lint", | ||
| "release": "pnpm changeset publish", | ||
| "release:canary": "pnpm changeset publish --tag canary --no-git-tag --snapshot", |
There was a problem hiding this comment.
is --snapshot and --no-git-tag correct here? I don't see it on the docs:
Usage:
$ changeset publish
Options:
--otp <code> One time password for npm publish
--tag <name> Publish with the given npm dist-tag
--from-pack-dir <dir> Publish from a packed output directory
--git-tag Create a git tag for the release (default: true)
Examples:
$ changeset publish --otp 123456
$ changeset publish --tag beta
There was a problem hiding this comment.
no-git-tag is fine, but snapshot is from different command not publish
Closes #1388
Summary:
Validation: