Skip to content

Commit 5e8d2a1

Browse files
committed
chore: update semantic-release to handle 'main' branch
1 parent 14d0e09 commit 5e8d2a1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.releaserc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
branches:
2+
- '+([0-9])?(.{+([0-9]),x}).x'
3+
- 'main'
4+
- 'next'
5+
- 'next-major'
6+
- name: 'beta'
7+
prerelease: true
8+
- name: 'alpha'
9+
prerelease: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ssh2": "^0.6.1"
4444
},
4545
"devDependencies": {
46-
"semantic-release": "15.1.7",
46+
"semantic-release": "16.0.3",
4747
"travis-deploy-once": "4.4.1"
4848
}
4949
}

0 commit comments

Comments
 (0)