Skip to content

Commit 6099b74

Browse files
committed
chore: releaserc
1 parent bf90287 commit 6099b74

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
release:
5656
<<: *defaults
5757
docker:
58-
- image: node:16
58+
- image: node:18
5959
steps:
6060
- checkout
6161
- node/install-packages:
@@ -65,7 +65,7 @@ jobs:
6565
command: npm run build
6666
- run:
6767
name: Release
68-
command: npx semantic-release@15
68+
command: npx semantic-release@21
6969

7070
workflows:
7171
version: 2

.releaserc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"branches": "main",
3+
"plugins": [
4+
"@semantic-release/commit-analyzer",
5+
"@semantic-release/github",
6+
"@semantic-release/npm",
7+
"@semantic-release/release-notes-generator"
8+
]
9+
}

0 commit comments

Comments
 (0)