See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
package main | |
import ( | |
"fmt" | |
"io" | |
"os/exec" | |
bf "gopkg.in/russross/blackfriday.v2" | |
) |