From 20e0942d1186674ed211a7dc840568ccade5e85c Mon Sep 17 00:00:00 2001 From: Eli Dupuis Date: Mon, 5 Feb 2024 10:15:52 -0800 Subject: [PATCH] Update changeset and release flow to main branch --- .changeset/config.json | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5096e8f2..b1fd8585 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json", "access": "public", - "baseBranch": "trunk", + "baseBranch": "main", "changelog": [ "@changesets/changelog-github", { "repo": "showbie/backpack" } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11888e93..9323cbcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - trunk + - main jobs: release: