Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Jul 25, 2023
1 parent dc56d29 commit 3d945cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "2023-04",
"baseBranch": "2023-07",
"updateInternalDependencies": "patch",
"ignore": ["hello-world", "skeleton"],
"privatePackages": {"version": true, "tag": true}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: flags
run: |
# IMPORTANT: Update this variable whenever we move to a new major version:
echo "latest=${{ github.ref_name == '2023-04' }}" >> $GITHUB_ENV
echo "latest=${{ github.ref_name == '2023-07' }}" >> $GITHUB_ENV
- name: Checkout the code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/next-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
# update to latest cal release to keep this action working
- 2023-04
- 2023-07

jobs:
next-release:
Expand Down

0 comments on commit 3d945cc

Please sign in to comment.