Skip to content

Commit 2a5a129

Browse files
committed
chore(release): stop making commit during release process
- follow semantic-release recommendation and reduce significant complexity, see: https://semantic-release.gitbook.io/semantic-release/support/faq#making-commits-during-the-release-process-adds-significant-complexity - update CHANGELOG to find list of changes in the GitHub Releases and remove redundancy. - uninstall package @semantic-release/[email protected] - uninstall package @semantic-release/[email protected]
1 parent 1abe705 commit 2a5a129

File tree

4 files changed

+174
-1500
lines changed

4 files changed

+174
-1500
lines changed

.releaserc.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ module.exports = {
1515
plugins: [
1616
'@semantic-release/commit-analyzer',
1717
'@semantic-release/release-notes-generator',
18-
'@semantic-release/changelog',
1918
'@semantic-release/npm',
20-
[
21-
'@semantic-release/git',
22-
{
23-
assets: ['CHANGELOG.md', 'README.md', 'package.json', 'package-lock.json'],
24-
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
25-
},
26-
],
2719
'@semantic-release/github',
2820
],
2921
};

0 commit comments

Comments
 (0)