From 64c177bb7cb6c7cc33e53c6198218e02be928a61 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sun, 17 Jan 2021 11:15:32 -0700 Subject: [PATCH] Use standard breaking change identifier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 966dd52..b0a84ab 100644 --- a/package.json +++ b/package.json @@ -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",