diff --git a/package.json b/package.json index 73a7634..7d23659 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "precommit": "lint-staged", "prepare": "npm run build", "prepublishOnly": "pinst --disable", - "release": "np --message ':hatching_chick: release: v%s'", + "release": "np --message ':hatching_chick: release: Bumping to v%s.'", "test": "ava", "travis": "npm run lint && npm run cover" },