Skip to content

Commit cfd12ff

Browse files
authored
fix: change default gyp update message (#2420)
1 parent 5f1a06c commit cfd12ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-gyp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
)
4444

4545
subprocess.check_output(["git", "add", "gyp"], cwd=CHECKOUT_PATH)
46-
subprocess.check_output(["git", "commit", "-m", "gyp: update gyp to " + args.tag])
46+
subprocess.check_output(["git", "commit", "-m", "feat(gyp): update gyp to " + args.tag])

0 commit comments

Comments
 (0)