Skip to content

Commit 07a98e3

Browse files
committed
chore: setup-changesets
1 parent 225ce88 commit 07a98e3

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "wolfcola/devtools" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "ryanbas21/devtools" }],
44
"commit": false,
5-
"fixed": ["@wolfcola/*"],
5+
"fixed": [["@wolfcola/*"]],
66
"linked": [],
77
"access": "public",
88
"baseBranch": "main",

.changeset/tidy-pots-yell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@wolfcola/devtools-bridge': major
3+
'@wolfcola/devtools-types': major
4+
---
5+
6+
initial release of devtool packages

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
pull-requests: write
15+
id-token: write
1516
steps:
1617
- uses: actions/checkout@v4
1718

@@ -21,6 +22,7 @@ jobs:
2122
with:
2223
node-version: 22
2324
cache: pnpm
25+
registry-url: https://registry.npmjs.org
2426

2527
- run: pnpm install --frozen-lockfile
2628

@@ -36,4 +38,4 @@ jobs:
3638
commit: "chore: version packages"
3739
env:
3840
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41+
NPM_CONFIG_PROVENANCE: true

.github/workflows/snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: 22
2727
cache: pnpm
28+
registry-url: https://registry.npmjs.org
2829

2930
- run: pnpm install --frozen-lockfile
3031

@@ -39,7 +40,7 @@ jobs:
3940
- name: Publish npm snapshots
4041
run: pnpm changeset publish --tag snapshot
4142
env:
42-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43+
NPM_CONFIG_PROVENANCE: true
4344

4445
- name: Zip extension
4546
if: inputs.extension

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
strict-peer-dependencies=false
2-
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}

0 commit comments

Comments
 (0)