Skip to content

Commit

Permalink
Set up deployment environment for 2.0.0 alpha version (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Jul 11, 2023
1 parent fb365ae commit 727788c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@channel.io/bezier-codemod": "0.2.1",
"bezier-figma-plugin": "0.3.9",
"@channel.io/bezier-icons": "0.4.0",
"@channel.io/bezier-react": "1.7.2",
"eslint-config-bezier": "0.0.1",
"tsconfig": "0.0.1"
},
"changesets": []
}
1 change: 1 addition & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- alpha
pull_request:
types: [opened, reopened, synchronize]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
push:
branches:
- main
- alpha
pull_request:
branches:
- main
- alpha
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- alpha

jobs:
release:
Expand Down

0 comments on commit 727788c

Please sign in to comment.