Skip to content

Commit

Permalink
Update changeset and release flow to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
elidupuis committed Feb 5, 2024
1 parent cbdd432 commit 20e0942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"access": "public",
"baseBranch": "trunk",
"baseBranch": "main",
"changelog": [
"@changesets/changelog-github",
{ "repo": "showbie/backpack" }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- trunk
- main

jobs:
release:
Expand Down

0 comments on commit 20e0942

Please sign in to comment.