Skip to content

Commit

Permalink
fix: update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
andriidrebot committed Jun 22, 2022
1 parent 8b1b16d commit 79dd038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ jobs:
HUSKY: 0
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
20 changes: 3 additions & 17 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,13 @@
"addReleases": "top",
"npmPublish": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": [ "package.json", "yarn.lock", "CHANGELOG.md" ],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}

0 comments on commit 79dd038

Please sign in to comment.