Skip to content

Commit

Permalink
ci: switch to git over github
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 10, 2024
1 parent ed1dd44 commit a6a4f86
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 87 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["website", "demo-*"],
"changelog": [
"@changesets/changelog-github",
{ "repo": "t3-oss/create-t3-app" }
]
"changelog": ["@changesets/changelog-git", { "repo": "t3-oss/create-t3-app" }]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/changelog-git": "0.2.0",
"@changesets/cli": "2.27.8",
"@turbo/gen": "2.1.1",
"tsc-watch": "6.2.0",
"turbo": "2.1.1",
"typedoc": "0.26.7",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.6",
"typedoc-plugin-mdn-links": "^3.2.11",
"typedoc-plugin-frontmatter": "1.0.0",
"typedoc-plugin-markdown": "4.2.7",
"typedoc-plugin-mdn-links": "3.2.12",
"typescript": "5.6.2",
"vitest": "2.0.5"
},
Expand Down
86 changes: 8 additions & 78 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6a4f86

Please sign in to comment.