Skip to content

Commit bc7c43c

Browse files
committed
chore(package.json): add release with CHANGELOG
1 parent a9fc95a commit bc7c43c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"git add -A && git commit -m 'docs: compile from src with `styleguidist`'",
6969
"prerelease":
7070
"npm run commit:src && npm run commit:lib && npm run commit:docs",
71-
"release": "standard-version"
71+
"release":
72+
"standard-version -m 'chore(release): %s \n\n* CHANGELOG: https://github.com/tomchentw/react-google-maps/blob/v%s/CHANGELOG.md'"
7273
},
7374
"lint-staged": {
7475
"*.{js,jsx,json,css}": ["prettier --write", "git add"]

0 commit comments

Comments
 (0)