Skip to content

Commit 6b2b35b

Browse files
committed
Add breaking changes to changelog based on commit messages
1 parent 9167e29 commit 6b2b35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-responsive-carousel",
3-
"version": "3.2.23",
3+
"version": "3.2.22",
44
"description": "React Responsive Carousel",
55
"author": {
66
"name": "Leandro Augusto Lemos",
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"start": "parcel src/index.html src/assets/**/*",
3434
"storybook": "start-storybook -p 9001 -s ./src -c .storybook",
35-
"changelog": "auto-changelog --ignore-commit-pattern=\"(Merge pull request|Merge branch|Updating changelog|Prepare for publishing)\"",
35+
"changelog": "auto-changelog --ignore-commit-pattern=\"(Merge pull request|Merge branch|Updating changelog|Prepare for publishing)\" --breaking-pattern \"BREAKING CHANGE:\"",
3636
"update-codesandbox": "cd codesandbox/default && yarn add react-responsive-carousel@latest",
3737
"format": "prettier \"**/*.{js,ts,tsx,json}\"",
3838
"format:check": "yarn format --check",

0 commit comments

Comments
 (0)