Skip to content

Commit

Permalink
Merge pull request #51 from omnisat/hath
Browse files Browse the repository at this point in the history
lala
  • Loading branch information
hathbanger authored Oct 12, 2024
2 parents 8e33726 + e87737e commit 063f675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"baseBranch": "dev",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Fetch all branches
run: git fetch --all

# Check if already in pre-release mode on dev and exit if necessary
# Exit pre-release mode if already in pre-mode
- name: Check pre-release mode
run: |
if pnpm changeset status | grep -q "pre mode"; then
Expand Down

0 comments on commit 063f675

Please sign in to comment.