Created
January 27, 2018 22:15
-
-
Save unional/c7ff07f4fd6479773f6b84740947cc9c to your computer and use it in GitHub Desktop.
Make semantic-release to release breaking as minor
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
{ | |
"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