Skip to content

Commit

Permalink
ci: Remove unnecessary property specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Aug 29, 2024
1 parent c949a87 commit cc48e23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = {
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand All @@ -12,9 +11,6 @@ module.exports = {
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json'],
message:
// eslint-disable-next-line no-template-curly-in-string
'chore(release): ${nextRelease.version} \n\n${nextRelease.notes}',
},
],
'@semantic-release/github',
Expand Down

0 comments on commit cc48e23

Please sign in to comment.