Skip to content

Instantly share code, notes, and snippets.

@unional
Created January 27, 2018 22:15
Show Gist options
  • Save unional/c7ff07f4fd6479773f6b84740947cc9c to your computer and use it in GitHub Desktop.
Save unional/c7ff07f4fd6479773f6b84740947cc9c to your computer and use it in GitHub Desktop.
Make semantic-release to release breaking as minor
{
"release": {
"analyzeCommits": {
"releaseRules": [
{
"breaking": true,
"release": "minor"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment