Skip to content

Commit

Permalink
ci: working on release...
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Nov 17, 2023
1 parent cd70d5b commit 13a43ed
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,22 @@ module.exports = {
'@semantic-release/git'
],
"plugins": [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/git'
],
"prepare": [
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/git'
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}

0 comments on commit 13a43ed

Please sign in to comment.