Skip to content

Commit

Permalink
chore: set up for rc1 release (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Jun 2, 2023
1 parent c49f70c commit bc5b834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Create Preview release
on:
push:
tags: ['v3.*-preview.*']
tags: ['v3.*-preview.*', 'v3.*-rc.*']

jobs:
version:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "3.0.0-preview.2",
"version": "3.0.0-rc.1",
"workspaces": {
"packages": [
"packages/*",
Expand Down

0 comments on commit bc5b834

Please sign in to comment.