Skip to content

Commit

Permalink
feat: parse subject and body of commits
Browse files Browse the repository at this point in the history
* fix: switch major version heading to BREAKING CHANGE

* feat: handle BREAKING CHANGE in commits

* refactor: improve naming, layout, readability, and functions

* docs: update changelog and version
  • Loading branch information
adamtabrams authored Feb 3, 2021
1 parent 138dc10 commit 54cdcc4
Show file tree
Hide file tree
Showing 21 changed files with 501 additions and 153 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2021-02-03
### Added
- Handle `BREAKING CHANGE` token/type in commits.
- Also parses the commit body for conventional commits.

### Fixed
- Switch heading for major version commits from `Deprecated` to `BREAKING CHANGE`.

### Changed
- Refactor code to improve naming, layout, readability, and to split up functions.
- Add issue templates for more organization and better support.

## [0.12.0] - 2021-01-29
### Added
- Add `--version` flag for bug reports and troubleshooting.
Expand Down Expand Up @@ -153,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created a proof of concept for a changelog updater.

[Unreleased]: https://github.com/adamtabrams/change/compare/0.12.0...HEAD
[Unreleased]: https://github.com/adamtabrams/change/compare/0.13.0...HEAD
[0.13.0]: https://github.com/adamtabrams/change/compare/0.12.0...0.13.0
[0.12.0]: https://github.com/adamtabrams/change/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/adamtabrams/change/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/adamtabrams/change/compare/0.10.0...0.11.0
Expand Down
Loading

0 comments on commit 54cdcc4

Please sign in to comment.