Skip to content

Commit 6fb376b

Browse files
build: do semantic-release on main
1 parent b0415c8 commit 6fb376b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
release:
4848
docker:
49-
- image: circleci/node:10.19
49+
- image: circleci/node:14
5050
steps:
5151
- checkout
5252
- *step-restore-cache

.releaserc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"@semantic-release/changelog",
66
"@continuous-auth/semantic-release-npm",
77
"@semantic-release/github"
8-
]
8+
],
9+
"branches": ["main"]
910
}

0 commit comments

Comments
 (0)