diff --git a/package.json b/package.json index 77272a3..35aaae6 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "postpublish": "pinst --enable", "prepare": "npm run build", "prepublishOnly": "pinst --disable", - "release": "np", + "release": "np --message ':hatching_chick: release: Bumping to v%s.'", "test": "ava", "travis": "npm run lint && npm run cover" },