Skip to content

Commit cc307ad

Browse files
ci: sync config from other projects (#255)
* ci: sync config from other projects * Update @tanstack/config * Update repo URLs
1 parent 0989996 commit cc307ad

File tree

23 files changed

+617
-2371
lines changed

23 files changed

+617
-2371
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: tannerlinsley
1+
github: [tannerlinsley]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22
contact_links:
33
- name: 💬 Community Chat
44
url: https://discord.gg/mQd7egN
5-
about: A dedicated discord server hosted by Tanner Linsley
6-
- name: 💬 Tanstack Twitter
7-
url: https://twitter.com/tan_stack
5+
about: A dedicated discord server hosted by TanStack
6+
- name: 🦋 TanStack Bluesky
7+
url: https://bsky.app/profile/tanstack.com
88
about: Stay up to date with new releases of our libraries
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: Release
22

33
on:
44
workflow_dispatch:
@@ -16,15 +16,16 @@ concurrency:
1616
permissions:
1717
contents: write
1818
id-token: write
19+
pull-requests: write
1920

2021
jobs:
21-
test-and-publish:
22-
name: Test & Publish
22+
release:
23+
name: Release
2324
if: github.repository_owner == 'TanStack'
2425
runs-on: ubuntu-latest
2526
steps:
2627
- name: Checkout
27-
uses: actions/checkout@v4.2.2
28+
uses: actions/checkout@v6.0.1
2829
with:
2930
fetch-depth: 0
3031
- name: Setup Tools
@@ -37,9 +38,7 @@ jobs:
3738
run: |
3839
git config --global user.name 'Tanner Linsley'
3940
git config --global user.email 'tannerlinsley@users.noreply.github.com'
40-
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
4141
pnpm run cipublish
4242
env:
4343
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4544
TAG: ${{ inputs.tag }}

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
provenance=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.17.0
1+
24.8.0

cli/create-start-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/TanStack/create-tsrouter-app.git"
14+
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
15+
"directory": "cli/create-start-app"
1516
},
1617
"homepage": "https://tanstack.com/router",
1718
"funding": {

cli/create-tanstack-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/TanStack/create-tsrouter-app.git"
14+
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
15+
"directory": "cli/create-tanstack-app"
1516
},
1617
"homepage": "https://tanstack.com/router",
1718
"funding": {

cli/create-tanstack/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/TanStack/create-tsrouter-app.git"
14+
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
15+
"directory": "cli/create-tanstack"
1516
},
1617
"homepage": "https://tanstack.com/router",
1718
"funding": {

cli/create-tsrouter-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/TanStack/create-tsrouter-app.git"
14+
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
15+
"directory": "cli/create-tsrouter-app"
1516
},
1617
"homepage": "https://tanstack.com/router",
1718
"funding": {

cli/ts-create-start/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/TanStack/create-tsrouter-app.git"
14+
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
15+
"directory": "cli/ts-create-start"
1516
},
1617
"homepage": "https://tanstack.com/router",
1718
"funding": {

0 commit comments

Comments
 (0)