We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1a06c commit cfd12ffCopy full SHA for cfd12ff
update-gyp.py
@@ -43,4 +43,4 @@
43
)
44
45
subprocess.check_output(["git", "add", "gyp"], cwd=CHECKOUT_PATH)
46
-subprocess.check_output(["git", "commit", "-m", "gyp: update gyp to " + args.tag])
+subprocess.check_output(["git", "commit", "-m", "feat(gyp): update gyp to " + args.tag])
0 commit comments