Skip to content

Commit

Permalink
chore: rename branch to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed May 7, 2024
1 parent fa69eb2 commit e247fdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "1.3.x" ]
branches: [ "1.x" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "1.3.x" ]
branches: [ "1.x" ]
schedule:
- cron: '33 6 * * 6'

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:
- 1.3.x
- 1.x

env:
pnpm: 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clean": "rm -rf ./packages/rainbowkit/dist && rm -rf ./packages/rainbowkit-siwe-next-auth/dist && rm -rf ./packages/rainbow-button/dist && rm -rf ./packages/create-rainbowkit/dist && rm -rf ./packages/rainbowkit/node_modules && pnpm install",
"clean:untracked": "git clean -fxd && pnpm install",
"release": "pnpm release:verify-git && pnpm release:build && changeset publish",
"release:verify-git": "git diff --exit-code && git rev-parse --abbrev-ref HEAD | grep \"1.3.x\"",
"release:verify-git": "git diff --exit-code && git rev-parse --abbrev-ref HEAD | grep \"1.x\"",
"release:build": "pnpm clean && pnpm lint && pnpm test && MINIFY_CSS=true pnpm --recursive --parallel --filter \"!*-app\" build && cp README.md packages/rainbowkit/README.md",
"release:test": "pnpm release:build && pnpm --filter example dev",
"ci:example": "pnpm --filter @rainbow-me/rainbow* prepare && pnpm --filter example build",
Expand Down

0 comments on commit e247fdb

Please sign in to comment.