Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"baseBranch": "main",
"updateInternalDependencies": "patch",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"ignore": [
"@turnkey/jest-config",
"@turnkey/example-*",
"@turnkey/kitchen-sink",
"@turnkey/with-*"
]
"privatePackages": {
"version": false,
"tag": false
}
}
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Prettier
run: pnpm prettier-all:check

# This is to catch when someone forgets to run `pnpm run version` after bumping package versions as well as check to make sure codegen output is up to date.
# Both of these things will cause git to be dirty after the build step.
# This catches missed package-version scripts and enforces the example
# Changesets skip policy before the final generated-code dirty check below.
- name: Run version script
run: pnpm version
run: pnpm run version

- name: Run codegen
run: pnpm codegen-all
Expand Down
216 changes: 0 additions & 216 deletions examples/access-control/with-delegated/client-side/CHANGELOG.md

This file was deleted.

Loading