Skip to content

Commit d9fedbc

Browse files
committed
🔧 changeset: set base branch to remote main
1 parent 8e862c3 commit d9fedbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.changeset/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
33
"changelog": ["@changesets/changelog-github", { "repo": "exactly/lib" }],
4-
"baseBranch": "main",
4+
"baseBranch": "origin/main",
55
"access": "public",
66
"changedFilePatterns": ["**", "!pnpm-lock.yaml", "!package.json", "!CHANGELOG.md"],
77
"commit": "./commit.config.cjs"

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:sol": "forge fmt --check",
1616
"test:spell": "cspell --gitignore '**' '.changeset/**' '.cursor/**' '.github/**' '.eslintrc.*'",
1717
"test:markdown": "markdownlint '**/*.md' '**/*.mdx' '.changeset/**/*.md' '.cursor/**/*.mdc'",
18-
"test:changeset": "changeset status --since origin/main",
18+
"test:changeset": "changeset status",
1919
"test:lint": "eslint --max-warnings 0 ."
2020
},
2121
"main": "dist/index.js",

0 commit comments

Comments
 (0)