Skip to content

Commit 8daf1ca

Browse files
committed
add auto-changelog back into boilerplate package.json
1 parent 8254c01 commit 8daf1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boilerplate-tooling/boilerplate-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"poststart": "npm run stop",
4646
"stop": "docker compose down --remove-orphans",
4747
"theme:activate": "cross-env-shell \"docker compose run --rm theme-activate\"",
48-
"version": "version-everything && git add -u",
48+
"version": "version-everything && auto-changelog && git add -u",
4949
"postversion": "npm run build",
5050
"webgrind": "docker compose run --rm --service-ports webgrind",
5151
"wp-cli": "cross-env-shell \"docker compose run --rm wp-cli\"",

0 commit comments

Comments
 (0)