Skip to content

Commit

Permalink
fix(repo): Use origin/main for changesets for main branch (#1949)
Browse files Browse the repository at this point in the history
* fix(repo): Use origin/main for changesets for main branch

In `main-v4` we are gonna use the `origin/main-v4` as base branch but
in `main` we need to produce a changelog from the `origin/main`

* Create spotty-roses-push.md
  • Loading branch information
dimkl authored Oct 26, 2023
1 parent 71663c5 commit fa901ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main-v4",
"baseBranch": "origin/main",
"updateInternalDependencies": "patch",
"ignore": [],
"snapshot": {
Expand Down
2 changes: 2 additions & 0 deletions .changeset/spotty-roses-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---

0 comments on commit fa901ab

Please sign in to comment.