Skip to content

Commit

Permalink
feat: setup semantic-release for main branch
Browse files Browse the repository at this point in the history
BREAKING CHANGE: force semantic release to use 4.0.0
  • Loading branch information
dbouwman committed Apr 18, 2022
1 parent 6dcac8f commit 30832eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ name: Build, Test, Release
on:
push:
branches:
# UMCOMMENT BEFORE WE MERGE BETA -> MASTER
# - master -
- main
- beta
# Dont run if it's just markdown or doc files
paths-ignore:
- "**.md"
# UNCOMMENT THIS AFTER
# - "**.md"
- "docs/**"
- "demos/**"
- "scripts/**"

jobs:
# First, build and test on multiple os's
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
},
"release": {
"branches": [
"master",
"main",
{
"name": "beta",
"prerelease": true
Expand Down

0 comments on commit 30832eb

Please sign in to comment.