Skip to content

Commit

Permalink
Revert: Disable npm plugin for auto (too many packages published) (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Nov 3, 2020
1 parent 40c151c commit 9a02c9c
Show file tree
Hide file tree
Showing 3 changed files with 530 additions and 503 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release

on:
pull_request:
push:
branches: ["master"]

Expand Down
2 changes: 1 addition & 1 deletion packages/auto-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"auto": "*"
},
"auto": {
"plugins": [],
"plugins": ["npm"],
"labels": [
{
"name": "PR: Breaking Change :boom:",
Expand Down
Loading

0 comments on commit 9a02c9c

Please sign in to comment.