Skip to content

Commit

Permalink
use correct semantic release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkeezy committed Sep 25, 2024
1 parent 3d082dd commit 8f97c5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"branches": ["master"],
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/gitlab"
"@semantic-release/github"
]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/gitlab": "13.2.1",
"@semantic-release/gitlab": "^13.2.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@smartive/eslint-config": "^5.1.0",
Expand Down

0 comments on commit 8f97c5a

Please sign in to comment.