Skip to content

Commit

Permalink
chore: format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Jan 30, 2024
1 parent b0f7cc6 commit 17a0acd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// release.config.js
module.exports = {
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json'],
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
},
],
'@semantic-release/github'
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json'],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
};

'@semantic-release/github',
],
}

0 comments on commit 17a0acd

Please sign in to comment.