Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Aug 4, 2023
1 parent c557db2 commit 99cdabe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Yarn build
run: |
cd demo
yarn build
# deploy build to gh-pages
Expand Down
19 changes: 19 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
branches:
- +([0-9])?(.{+([0-9]),x}).x
- main
- next
- name: beta
prerelease: true
- name: alpha
prerelease: true
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/npm"
- "@semantic-release/changelog"
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- package.json
message: "chore(release): version ${nextRelease.version}\n\n${nextRelease.notes}"
- "@semantic-release/github"

0 comments on commit 99cdabe

Please sign in to comment.