Skip to content

Commit 5c0fac6

Browse files
committed
Merge branch 'master' into feat/use-getSession
2 parents 2c3df35 + 1bb2d8b commit 5c0fac6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- next
78
workflow_dispatch:
89

910
jobs:

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"branches": [{ "name": "master" }, { "name": "next", "channel": "next", "prerelease": true }],
23
"plugins": [
34
[
45
"semantic-release-plugin-update-version-in-files",

0 commit comments

Comments
 (0)