Created
April 20, 2011 22:09
-
-
Save indexzero/933098 to your computer and use it in GitHub Desktop.
Short list of Git commit prefixes used at Nodejitsu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[api]: New apis / changes to apis | |
[test]: Update test/* files | |
[dist]: Changes to submodules, version bumps, updates to package.json | |
[minor]: Small changes | |
[doc]: Updates to documentation | |
[ux]: Updates to UX | |
[fix]: Bug fixes | |
[bin]: Update binary scripts associated with the project | |
[merge]: Resolved git merge from upstream or otherwise | |
[refactor]: Refactor of existing code with no external API changes | |
[{{ feature }}]: Updates {{ feature }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment