Use standard breaking change identifier

This commit is contained in:
Bret Comnes 2021-01-17 11:15:32 -07:00
parent b0315b3ae6
commit 64c177bb7c
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -45,7 +45,7 @@
"test:standard": "standard",
"version": "run-s version:*",
"version:build": "npm run build:action && git add dist",
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md",
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
"watch": "npm run clean && run-p watch:*",
"watch:js": "budo --dir public --live --open",
"watch:md": "npm run build:md -- -w",