Skip to content

Commit

Permalink
fix(misc): remove semantic-release-git
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed May 17, 2024
1 parent 42c01e2 commit b25899a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
branches: |
[
'main',
Expand Down
10 changes: 1 addition & 9 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ module.exports = {
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/npm',
[
'@semantic-release/git',
{
assets: ['package.json', 'CHANGELOG.md'],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
'@semantic-release/github', // creates GitHub releases
'@semantic-release/github',
],
};

0 comments on commit b25899a

Please sign in to comment.