Skip to content

Commit

Permalink
chore: releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkas committed Sep 11, 2023
1 parent bf90287 commit 6099b74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
release:
<<: *defaults
docker:
- image: node:16
- image: node:18
steps:
- checkout
- node/install-packages:
Expand All @@ -65,7 +65,7 @@ jobs:
command: npm run build
- run:
name: Release
command: npx semantic-release@15
command: npx semantic-release@21

workflows:
version: 2
Expand Down
9 changes: 9 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"branches": "main",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/release-notes-generator"
]
}

0 comments on commit 6099b74

Please sign in to comment.