Skip to content

Commit 235d7a7

Browse files
committed
Fix default commit message
1 parent 00f3e39 commit 235d7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/dist/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ NPM_RELEASE ?= $(TOOLS_DIR)/scripts/npm_publish
2525
NPM_RELEASE_TYPE ?= patch
2626

2727
# Define a Git commit message when incrementing the project version:
28-
NPM_RELEASE_COMMIT_MESSAGE ?= 'Features updates and bug fixes'
28+
NPM_RELEASE_COMMIT_MESSAGE ?= 'Feature updates and bug fixes'
2929

3030

3131
# RULES #

0 commit comments

Comments
 (0)