Skip to content

Commit db87fd5

Browse files
committed
chore(changelog.js): pickup breaking changes f/ chore/refactor commits
1 parent 792509e commit db87fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ var getPreviousTag = function() {
192192
var generate = function(version, file) {
193193
getPreviousTag().then(function(tag) {
194194
console.log('Reading git log since', tag);
195-
readGitLog('^fix|^feat|Breaks', tag).then(function(commits) {
195+
readGitLog('^fix|^feat|BREAKING', tag).then(function(commits) {
196196
console.log('Parsed', commits.length, 'commits');
197197
console.log('Generating changelog to', file || 'stdout', '(', version, ')');
198198
writeChangelog(file ? fs.createWriteStream(file) : process.stdout, commits, version);

0 commit comments

Comments
 (0)