Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
"$schema": "https://unpkg.com/@changesets/config@4.0.0/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/changesets-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
with:
node-version-file: .nvmrc
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- name: Run changesets-renovate
run: pnpm dlx @scaleway/changesets-renovate
Comment thread
philibea marked this conversation as resolved.
run: pnpm exec changesets-renovate
env:
EXCLUDE_DEVDEPS: true
Comment thread
jsulpis marked this conversation as resolved.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,22 @@ jobs:
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
- name: Use Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: .nvmrc
cache: 'pnpm'

registry-url: 'https://registry.npmjs.org'
- run: pnpm install
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
with:
commit: 'chore: release'
title: 'chore: release'
publish: pnpm release
commit-message: 'chore: release'
pr-title: 'chore: release'
publish-script: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ env.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
PNPM_CONFIG_PROVENANCE: true
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@
"typecheck:root": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "2.31.1",
"@changesets/changelog-github": "1.0.0",
"@changesets/cli": "3.0.1",
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@manypkg/cli": "0.25.1",
"@playwright/test": "1.62.1",
"@scaleway/changesets-renovate": "4.0.0",
"@scaleway/oxfmt-config": "1.1.6",
"@scaleway/oxlint-config": "0.2.3",
"@scaleway/tsconfig": "1.1.6",
Expand Down
Loading
Loading