Skip to content

Commit

Permalink
fix(ci): temporarily removed semantic-release plugins
Browse files Browse the repository at this point in the history
I guess one of these is enforcing that dumb and outdated rule... ;-;
  • Loading branch information
Pkmmte committed Oct 17, 2022
1 parent e336e7f commit 23fbfd3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/git'
],
release: {
branches: ['main', 'beta', 'alpha']
},
Expand Down

0 comments on commit 23fbfd3

Please sign in to comment.