Skip to content

Instantly share code, notes, and snippets.

@danvitoriano
Created February 5, 2020 06:20
Show Gist options
  • Save danvitoriano/09408c79fad6adf39c1e8d9cd244f4c1 to your computer and use it in GitHub Desktop.
Save danvitoriano/09408c79fad6adf39c1e8d9cd244f4c1 to your computer and use it in GitHub Desktop.
examples of commit messages
{
"labels": {
"tag: new feature": ":rocket: New Feature",
"tag: breaking change": ":boom: Breaking Change",
"tag: bug fix": ":bug: Bug Fix",
"tag: enhancement": ":nail_care: Enhancement",
"tag: documentation": ":memo: Documentation",
"tag: internal": ":house: Internal",
"tag: underlying tools": ":hammer: Underlying Tools"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment