Skip to content

Commit

Permalink
fix: Remove S from broken change title in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Jul 27, 2020
1 parent 43cece6 commit 38826b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [v0.6.0](https://github.com/the-spyke/undercut/compare/v0.5.1...v0.6.0) (2020-07-21)

### :warning: BREAKING CHANGES
### :warning: BREAKING CHANGE

* **utils:** Add head/headTail/tail Iterable utils, replace peekIterable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function getTransform(config) {
addBangNotes(commit);

commit.notes.forEach(note => {
note.title = `BREAKING CHANGES`;
note.title = `BREAKING CHANGE`;
});

const commitType = typesLookup.get(typeKey);
Expand Down
2 changes: 1 addition & 1 deletion packages/undercut-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [v0.6.0](https://github.com/the-spyke/undercut/compare/v0.5.1...v0.6.0) (2020-07-21)

### :warning: BREAKING CHANGES
### :warning: BREAKING CHANGE

* **utils:** Add head/headTail/tail Iterable utils, replace peekIterable

Expand Down

0 comments on commit 38826b8

Please sign in to comment.