Skip to content

Commit

Permalink
chore: skip unstable changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Aug 19, 2020
1 parent c3da23f commit f8ef1f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.MD"
"infile": "CHANGELOG.MD",
"skipUnstable": true
}
}
},
Expand Down

0 comments on commit f8ef1f5

Please sign in to comment.