Skip to content

Commit

Permalink
chore: fix release-please config (#427)
Browse files Browse the repository at this point in the history
Because

- release-please config is out-of-date

This commit

- fix release-please config
  • Loading branch information
EiffelFly committed Jun 21, 2023
1 parent e579d76 commit 1fa8966
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/templates/webpack-diff-comment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Bundle size diff
Between staging and main

| Old size | New size | Diff |
| -------- | -------- | ------------------------ |
| {OLD} | {NEW} | {DIFF} ({DIFF_PERCENT}%) |
3 changes: 2 additions & 1 deletion release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"draft": false,
"prerelease": true,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false
"bump-patch-for-minor-pre-major": false,
"changelog-sections": [{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]
}
}
}

0 comments on commit 1fa8966

Please sign in to comment.