Skip to content

Commit

Permalink
fix: Update semantic release to v16, use JSON for .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Mar 26, 2022
1 parent 111703c commit 6932fa2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release@15
run: npx semantic-release@16
16 changes: 10 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/github"
branches:
- main
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
],
"branches": [
"main"
]
}

0 comments on commit 6932fa2

Please sign in to comment.