These are quick notes from making a glan Formula and Tap.
gobuild.sh
#!/bin/bash| [test]: Update test/* files | |
| [dist]: Changes to submodules, version bumps, updates to package.json | |
| [minor]: Small changes | |
| [doc]: Updates to documentation | |
| [fix]: Bug fixes | |
| [bin]: Update binary scripts associated with the project | |
| [refactor]: Refactor of existing code | |
| [nit]: Small code review changes mainly around style or syntax | |
| [feat]: New features |