Skip to content

Commit

Permalink
fix: change default gyp update message (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed May 29, 2021
1 parent 5f1a06c commit cfd12ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-gyp.py
Expand Up @@ -43,4 +43,4 @@
)

subprocess.check_output(["git", "add", "gyp"], cwd=CHECKOUT_PATH)
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 comments on commit cfd12ff

Please sign in to comment.