Skip to content

Commit

Permalink
ci: adjust changeset ignoring
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 10, 2024
1 parent d75ff10 commit c085cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["website", "apps/**"],
"ignore": ["website", "test-app-*"],
"changelog": [
"@changesets/changelog-github",
{ "repo": "t3-oss/create-t3-app" }
Expand Down
2 changes: 1 addition & 1 deletion apps/cloudo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cloudo",
"name": "test-app-cloudo",
"type": "module",
"main": "./dist/src/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/rocko/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rocko",
"name": "test-app-rocko",
"type": "module",
"main": "./dist/src/index.js",
"private": "true",
Expand Down

0 comments on commit c085cd1

Please sign in to comment.