Skip to content

Commit 99cdabe

Browse files
author
Julien Bouquillon
committed
fix
1 parent c557db2 commit 99cdabe

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/demo.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
2626
- name: Yarn build
2727
run: |
28+
cd demo
2829
yarn build
2930
3031
# deploy build to gh-pages

.releaserc.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
branches:
2+
- +([0-9])?(.{+([0-9]),x}).x
3+
- main
4+
- next
5+
- name: beta
6+
prerelease: true
7+
- name: alpha
8+
prerelease: true
9+
plugins:
10+
- "@semantic-release/commit-analyzer"
11+
- "@semantic-release/release-notes-generator"
12+
- "@semantic-release/npm"
13+
- "@semantic-release/changelog"
14+
- - "@semantic-release/git"
15+
- assets:
16+
- CHANGELOG.md
17+
- package.json
18+
message: "chore(release): version ${nextRelease.version}\n\n${nextRelease.notes}"
19+
- "@semantic-release/github"

0 commit comments

Comments
 (0)