Skip to content

Commit

Permalink
feat: remove changelogs, upd versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upd deps
  • Loading branch information
SonicGD committed Nov 29, 2022
1 parent 2d90063 commit 750a4c4
Show file tree
Hide file tree
Showing 3 changed files with 1,556 additions and 2,300 deletions.
12 changes: 0 additions & 12 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
],
'@semantic-release/github'
],
branches: ['+([0-9])?(.{+([0-9]),x}).x', 'master', 'main', 'next', 'next-major', { name: 'beta', prerelease: true }, { name: 'alpha', prerelease: true }]
Expand Down
Loading

0 comments on commit 750a4c4

Please sign in to comment.