There was an error while loading. Please reload this page.
1 parent 63a2bcb commit fe98b6fCopy full SHA for fe98b6f
1 file changed
.github/workflows/release_canary.yml
@@ -44,6 +44,7 @@ jobs:
44
run: |
45
echo "$( jq '.version = "0.0.0"' package.json )" > package.json
46
echo -e "---\n$( jq .name package.json ): patch\n---\n\nFake entry to force publishing" > .changeset/force-snapshot-release.md
47
+ jq '.changelog = "@changesets/cli/changelog"' .changeset/config.json > .changeset/config.tmp.json && mv .changeset/config.tmp.json .changeset/config.json
48
npx changeset version --snapshot
49
npx changeset publish --tag canary
50
env:
0 commit comments